From 1db86500de9856436805feb570130e172d3cfbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Thu, 7 Nov 2019 21:20:23 -0800 Subject: [PATCH] style: increase timeout to give blaze sufficient time to build (#33678) PR Close #33678 --- .vscode/recommended-launch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/recommended-launch.json b/.vscode/recommended-launch.json index e344ab64a5..d777696ca0 100644 --- a/.vscode/recommended-launch.json +++ b/.vscode/recommended-launch.json @@ -15,7 +15,7 @@ "localRoot": "${workspaceRoot}", "remoteRoot": "${workspaceRoot}", "stopOnEntry": false, - "timeout": 60000, + "timeout": 600000, }, { "name": "Attach to bazel test ... --config=debug (no source maps)", @@ -28,7 +28,7 @@ "localRoot": "${workspaceRoot}", "remoteRoot": "${workspaceRoot}", "stopOnEntry": false, - "timeout": 60000, + "timeout": 600000, }, { "name": "IVY:packages/core/test/acceptance", @@ -45,7 +45,7 @@ "address": "localhost", "restart": true, "sourceMaps": true, - "timeout": 60000, + "timeout": 600000, }, { "name": "IVY:packages/core/test/render3", @@ -62,7 +62,7 @@ "address": "localhost", "restart": true, "sourceMaps": true, - "timeout": 60000, + "timeout": 600000, }, { "name": "IVY:packages/core/test", @@ -79,7 +79,7 @@ "address": "localhost", "restart": true, "sourceMaps": true, - "timeout": 60000, + "timeout": 600000, }, ] }