Skip to content

Commit

Permalink
[ci] Override bazel test timeouts for CI runner.
Browse files Browse the repository at this point in the history
CI test jobs have flakiness because of exceeded timeouts.
  • Loading branch information
ChrisCummins committed Apr 2, 2021
1 parent 32fa3ff commit 8f2c849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
CC: clang
CXX: clang++
BAZEL_TEST_OPTS: --config=ci
BAZEL_TEST_OPTS: --config=ci --test_timeout=300,900,1800,7200


install_test:
Expand Down

0 comments on commit 8f2c849

Please sign in to comment.