Skip to content

Commit

Permalink
Increase timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed May 29, 2024
1 parent 569f74b commit 5be8b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/single_exe_tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all_passed=true

for TEST_CONFIG in "${TEST_CONFIGS[@]}"; do

$PROJECT_BASE/bin/tester $TEST_CONFIG --timeout 5
$PROJECT_BASE/bin/tester $TEST_CONFIG --timeout 10
status=$?

if [ $status -ne 0 ]; then
Expand Down

0 comments on commit 5be8b68

Please sign in to comment.