Skip to content

Commit a467010

Browse files
committed
Set the test timeout for all tests in bazel to 2 hours
This should allow the common_test timeout to kick in, logs should be available as the timeout does not occur at the bazel level https://bazel.build/reference/command-line-reference#flag--test_timeout
1 parent 1696d4a commit a467010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build --flag_alias=erlang_version=@rules_erlang//:erlang_version
88
build --flag_alias=elixir_home=//:elixir_home
99
build --flag_alias=test_build=//:enable_test_build
1010

11+
build --test_timeout=7200
12+
1113
build:buildbuddy --bes_results_url=https://app.buildbuddy.io/invocation/
1214
build:buildbuddy --bes_backend=grpcs://remote.buildbuddy.io
1315
build:buildbuddy --remote_cache=grpcs://remote.buildbuddy.io

0 commit comments

Comments
 (0)