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

Add job timeout to a couple of tests

parent 8b0a3a7c
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ if {[test_launch_poe]} {
} else {
set node_name_env SLURMD_NODENAME
}
set timeout $max_job_delay
set salloc_pid [spawn $salloc -N$node_cnt -t1 $srun -l $bin_printenv $node_name_env]
expect {
-re "Granted job allocation ($number)" {
......
......@@ -76,6 +76,8 @@ if {[test_launch_poe]} {
} else {
set node_name_env SLURMD_NODENAME
}
set timeout $max_job_delay
set salloc_pid [spawn $salloc -N3-3 --contiguous --immediate -t1 $srun -l $bin_printenv $node_name_env]
expect {
-re "Granted job allocation ($number)" {
......
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