Skip to content

Commit 06df1b7

Browse files
committed
revise timeout and commands
1 parent 81065a8 commit 06df1b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ jobs:
180180
181181
common-commands:
182182
strategy:
183+
# TODO: set fail-fast to true in production.
184+
fail-fast: false
183185
matrix:
184186
commands:
185-
- bazel run --run_under="xvfb-run" //software/thunderscope:thunderscope_main --run_blue --run_diagnostics --interface lo --keyboard_estop --ci_mode
187+
- bazel run --run_under="xvfb-run" //software/thunderscope:thunderscope_main -- --run_blue --run_diagnostics --interface lo --keyboard_estop --ci_mode
186188
- bazel run --run_under="xvfb-run" //software/ai/hl/stp/tactic/goalie:goalie_tactic_test -- --enable_thunderscope
187189

188190
name: Sanity Check on Common Commands

scripts/safe_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Timeout in seconds
44
# When the time is up and no error was shown, this test will pass
5-
TIME_LIMIT=60 # 1 minute
5+
TIME_LIMIT=120 # 2 minutes
66

77
# Match Python traceback
88
ERROR_PATTERN="Traceback (most recent call last):"

0 commit comments

Comments
 (0)