Skip to content

Commit 232f96b

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
Derecho rt_utils.sh: wait longer to query completed job status
1 parent 533f940 commit 232f96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rt_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ submit_and_wait() {
318318
else
319319
job_running=false
320320
status='COMPLETED'
321+
sleep 60
321322
set +e
322323
exit_status=$( qstat "${jobid}" -x -f | grep Exit_status | awk '{print $3}')
323324
set -e

0 commit comments

Comments
 (0)