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

Increase time limit on a test

bug 2792
parent 00d7dfa4
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ exit 0
# Create an allocation
#
set timeout $max_job_delay
set salloc_pid [spawn $salloc -N2 --ntasks-per-node=2 --verbose -t2 $bin_bash]
set salloc_pid [spawn $salloc -N2 --ntasks-per-node=2 --verbose -t4 $bin_bash]
expect {
-re "salloc: Granted job allocation ($number)" {
set job_id $expect_out(1,string)
......
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