Skip to content
Snippets Groups Projects
Commit e1a8d773 authored by Danny Auble's avatar Danny Auble
Browse files

Add sleep to test to make sure we get the correct output and not report

incorrect failure.
parent f2ba7d94
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,8 @@ for {set step_size 1 } {$step_size <= $job_size} {set step_size [expr $step_size
send_user "\nRunning step $job_id.$step_id at size $step_size\n"
set step_start1 -1
send "$srun -N$step_size --test-only $scontrol show step $job_id.$step_id\r"
# sleep here just to make sure we get the scontrol output from the srun
sleep .25
expect {
-re "MidplaneList=($alpha_numeric).($digit)($digit)($digit)($digit)($digit)x($digit)($digit)($digit)($digit)($digit)" {
set step_prefix $expect_out(1,string)
......
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