Skip to content

Commit

Permalink
More details on the timemout (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Sep 29, 2023
1 parent 797ab24 commit 59f2179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scene-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ do-test-all-scenes() {
elapsed_sec="$(( elapsed_millisec / 1000 )).$(printf "%03d" $elapsed_millisec)"

if [[ -e "$output_dir/$scene/runSofa.timeout" ]]; then
echo 'Timeout!'
echo "Timeout after $timeout seconds ($elapsed_sec)! $scene"
echo timeout > "$output_dir/$scene/status.txt"
echo -e "\n\nINFO: Abort caused by timeout.\n" >> "$output_dir/$scene/output.txt"
rm -f "$output_dir/$scene/runSofa.timeout"
Expand Down

0 comments on commit 59f2179

Please sign in to comment.