We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928941a commit ecb0044Copy full SHA for ecb0044
tools/baseimage/pkg/gce/scripts/scripts.go
@@ -302,7 +302,7 @@ if [ -z "$tests" ]; then
302
fi
303
for t in "${tests[@]}"; do
304
echo "running test: ${t}"
305
- bazel test ${t}
+ bazel test --test_timeout 600 --sandbox_writable_path=$HOME ${t}
306
res=$(curl --fail -X POST "http://localhost:2080/reset")
307
op_name=$(echo "${res}" | jq -r '.name')
308
curl --fail -X POST http://localhost:2080/operations/${op_name}/:wait
0 commit comments