Skip to content

Commit 17a0851

Browse files
committed
chore: increase test timeout
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 46cf028 commit 17a0851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ commands:
481481
mv toolchains/ci_workspaces/WORKSPACE.<< parameters.platform >> WORKSPACE
482482
bazel query 'kind(cc_*, tests(//tests))' --noshow_progress >> /tmp/test_manifest.txt
483483
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
485485
- run:
486486
name: Collect logs
487487
when: on_fail

0 commit comments

Comments
 (0)