Skip to content

Commit

Permalink
double ci ctest timeout (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Jan 13, 2025
1 parent 15113ad commit 7fc0057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if [ -n "$ctest_regex_exclude" ]; then
fi
pwd
echo "Tests: $ctest_cmd" >> $outfile
$ctest_cmd --timeout 7200 --output-on-failure &>> log.ctest
$ctest_cmd --timeout 14400 --output-on-failure &>> log.ctest
ctest_status=$?
npassed=$(cat log.ctest | grep "tests passed")
if [ $ctest_status -eq 0 ]; then
Expand Down

0 comments on commit 7fc0057

Please sign in to comment.