Skip to content
Snippets Groups Projects
Commit fcf9decf authored by Moe Jette's avatar Moe Jette
Browse files

Increase a delay so things run fine with valgrind (very slow slurmctld).

parent 54ca86ac
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ expect { ...@@ -81,7 +81,7 @@ expect {
set timeout $max_job_delay set timeout $max_job_delay
spawn $srun -N1 -t1 --unbuffered $file_prog spawn $srun -N1 -t1 --unbuffered $file_prog
set srun_pid [exp_pid] set srun_pid [exp_pid]
exec $bin_sleep 1 exec $bin_sleep 5
exec $bin_kill -USR1 $srun_pid exec $bin_kill -USR1 $srun_pid
#exec $bin_pkill -USR1 -n -u $uid srun #exec $bin_pkill -USR1 -n -u $uid srun
exec $bin_kill -USR2 $srun_pid exec $bin_kill -USR2 $srun_pid
......
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