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

set timeout value to configured max_job_timeout

parent d5cc6c56
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ exit 0 ...@@ -52,6 +52,7 @@ exit 0
# #
# Create an allocation # Create an allocation
# #
set timeout $max_job_delay
set salloc_pid [spawn $salloc -N2 -n4 --verbose -t2 $bin_bash] set salloc_pid [spawn $salloc -N2 -n4 --verbose -t2 $bin_bash]
expect { expect {
-re "More processors requested than permitted" { -re "More processors requested than permitted" {
......
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