File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ commands:
481
481
mv toolchains/ci_workspaces/WORKSPACE.<< parameters.platform >> WORKSPACE
482
482
bazel query 'kind(cc_*, tests(//tests))' --noshow_progress >> /tmp/test_manifest.txt
483
483
circleci tests split < /tmp/test_manifest.txt > /tmp/node_test_manifest.txt
484
- bazel test $(cat /tmp/node_test_manifest.txt) --test_arg=--gtest_output=xml:/tmp/artifacts/test_results/ --jobs 4 --config ci_testing --config pre_cxx11_abi --noshow_progress --test_timeout=8000
484
+ bazel test $(cat /tmp/node_test_manifest.txt) --test_arg=--gtest_output=xml:/tmp/artifacts/test_results/ --jobs 4 --config ci_testing --config pre_cxx11_abi --noshow_progress --test_timeout=20000
485
485
- run :
486
486
name : Collect logs
487
487
when : on_fail
You can’t perform that action at this time.
0 commit comments