Skip to content
Snippets Groups Projects
Commit 015a559b authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Update test1.144 to wait for job to be completed

before checking it with scontrol show job. The test was failing for me
because the job hadn't started yet.
parent 8e3280ee
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ proc run_spread_job { task_cnt } { ...@@ -60,6 +60,7 @@ proc run_spread_job { task_cnt } {
exit 1 exit 1
} }
wait_for_job $job_id "DONE"
set timeout 10 set timeout 10
set num_nodes 0 set num_nodes 0
spawn $scontrol show job $job_id spawn $scontrol show job $job_id
......
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