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

Merge branch 'slurm-2.5'

parents 1d49940d 557b2607
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,8 @@ proc inc3_11_7 {} {
exec $bin_rm -f $file_in
make_bash_script $file_in "$bin_sleep 100"
# Sleep short time in case clocks are not synchronized
sleep 5
# (First test) Submit the batch job: a simple job using just 1 core inside the reservation
set sbatch_pid [spawn $sbatch -n1 --reservation=$res_name --output=/dev/null $file_in]
......
......@@ -108,7 +108,7 @@ if {$rem_time > 60} {
send_user "\nFAILURE: job remaining time is wrong $rem_time\n"
set exit_code 1
}
if {$rem_time < 58} {
if {$rem_time < 56} {
send_user "\nFAILURE: job remaining time seems too small\n"
set exit_code 1
}
......
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