Skip to content
Snippets Groups Projects
Commit f79c5d5f authored by Morris Jette's avatar Morris Jette
Browse files

Increase sleep for cray

Increase a sleep for slower step start times on a Cray
Make error message more detailed (add expected/actual count to message)
parent 95311e38
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ if {[wait_for_job $job_id3 "RUNNING"] != 0} { ...@@ -249,7 +249,7 @@ if {[wait_for_job $job_id3 "RUNNING"] != 0} {
send_user "\nFAILURE: waiting for job to start running\n" send_user "\nFAILURE: waiting for job to start running\n"
exit 1 exit 1
} }
sleep 5 sleep 15
################################################################ ################################################################
# #
# Proc: sstat_job # Proc: sstat_job
...@@ -534,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} { ...@@ -534,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} {
################################################################ ################################################################
set matches [sstat_job a $job_id3] set matches [sstat_job a $job_id3]
if {$matches != 3} { if {$matches != 3} {
send_user "\nFAILURE: sstat -a failed ($matches)\n" send_user "\nFAILURE: sstat -a failed ($matches != 3)\n"
set exit_code 1 set exit_code 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment