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

Fix race condition in a test

test1.63 was failing periodically due to a race condition. A signal
  was being sent to srun before the signal handler thread was spawned.
parent 0277629b
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ expect {
}
-re "Hello World!" {
incr match_run
sleep 0.1
exec $bin_kill -INT $srun_pid
exp_continue
}
......
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