Skip to content

Commit

Permalink
adjust time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Aug 9, 2024
1 parent 0b2095c commit 6f45444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/test/run_hercules_ctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JOB_ID=$(sbatch --job-name=ctest --account=epic --qos=debug --ntasks-per-node=7

CHECK_ID=$(sbatch --job-name=ctest --account=epic --qos=debug --ntasks-per-node=1 --nodes=1 --time=00:01:00 --dependency=afterok:$JOB_ID ./check_ctest.sh)

sleep 7m
sleep 5m

if [ -f out.ctest ]; then
cat out.ctest
Expand Down

0 comments on commit 6f45444

Please sign in to comment.