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

increase a timeout in the event of a busy system

parent 7d430d3f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ print_header $test_id
exec $bin_rm -f $file_in $file_out $file_err
make_bash_script $file_in "
for ((i = 0; i < $steps_started; i++)); do
j=`expr $steps_started + 10 - \$i`
j=`expr $steps_started + 15 - \$i`
$srun $bin_sleep \$j &
$bin_sleep 1
done
......
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