style: increase timeout to give blaze sufficient time to build (#33678)

PR Close #33678
This commit is contained in:
Miško Hevery 2019-11-07 21:20:23 -08:00 committed by Kara Erickson
parent 570936e39f
commit 1db86500de
1 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"localRoot": "${workspaceRoot}", "localRoot": "${workspaceRoot}",
"remoteRoot": "${workspaceRoot}", "remoteRoot": "${workspaceRoot}",
"stopOnEntry": false, "stopOnEntry": false,
"timeout": 60000, "timeout": 600000,
}, },
{ {
"name": "Attach to bazel test ... --config=debug (no source maps)", "name": "Attach to bazel test ... --config=debug (no source maps)",
@ -28,7 +28,7 @@
"localRoot": "${workspaceRoot}", "localRoot": "${workspaceRoot}",
"remoteRoot": "${workspaceRoot}", "remoteRoot": "${workspaceRoot}",
"stopOnEntry": false, "stopOnEntry": false,
"timeout": 60000, "timeout": 600000,
}, },
{ {
"name": "IVY:packages/core/test/acceptance", "name": "IVY:packages/core/test/acceptance",
@ -45,7 +45,7 @@
"address": "localhost", "address": "localhost",
"restart": true, "restart": true,
"sourceMaps": true, "sourceMaps": true,
"timeout": 60000, "timeout": 600000,
}, },
{ {
"name": "IVY:packages/core/test/render3", "name": "IVY:packages/core/test/render3",
@ -62,7 +62,7 @@
"address": "localhost", "address": "localhost",
"restart": true, "restart": true,
"sourceMaps": true, "sourceMaps": true,
"timeout": 60000, "timeout": 600000,
}, },
{ {
"name": "IVY:packages/core/test", "name": "IVY:packages/core/test",
@ -79,7 +79,7 @@
"address": "localhost", "address": "localhost",
"restart": true, "restart": true,
"sourceMaps": true, "sourceMaps": true,
"timeout": 60000, "timeout": 600000,
}, },
] ]
} }