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

Increase test timeout

Job was failing on Cray/kachina due to timeout. Increase job time
  limit from 1 to 2 minutes.
parent 606ad6d5
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ make_bash_script $file_in "
"
set timeout $max_job_delay
set salloc_pid [spawn $salloc -N$num_nodes -v -t1 ./$file_in]
set salloc_pid [spawn $salloc -N$num_nodes -v -t2 ./$file_in]
expect {
-re "salloc: Granted job allocation ($number)" {
set job_id $expect_out(1,string)
......@@ -416,6 +416,7 @@ expect {
}
timeout {
send_user "\nFAILURE: srun not responding\n"
cancel_job $job_id
kill_srun
exit 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