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

increase time limit for bgl test to permit time for block boot

parent c31c5850
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ proc run_batch_jobs { node_cnt job_cnt file_in } { ...@@ -63,7 +63,7 @@ proc run_batch_jobs { node_cnt job_cnt file_in } {
global sbatch srun number kill_srun global sbatch srun number kill_srun
set start_cnt 0 set start_cnt 0
for {set inx 0} {$inx < $job_cnt} {incr inx} { for {set inx 0} {$inx < $job_cnt} {incr inx} {
set sbatch_pid [spawn $sbatch --output=/dev/null -t2 -N$node_cnt-$node_cnt $file_in] set sbatch_pid [spawn $sbatch --output=/dev/null -t5 -N$node_cnt-$node_cnt $file_in]
expect { expect {
-re "More processors requested than permitted" { -re "More processors requested than permitted" {
send_user "This error was expected, no worries\n" send_user "This error was expected, no worries\n"
......
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