Skip to content
Snippets Groups Projects
Commit 6d4a4877 authored by Danny Auble's avatar Danny Auble
Browse files

fixed tests

parent bd488452
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ if {$job_id == 0} { ...@@ -190,7 +190,7 @@ if {$job_id == 0} {
} }
if {$using_slurmdbd} { if {$using_slurmdbd} {
sleep 30 sleep 5
} }
......
...@@ -165,7 +165,7 @@ expect { ...@@ -165,7 +165,7 @@ expect {
} }
if {$using_slurmdbd} { if {$using_slurmdbd} {
sleep 30 sleep 5
} }
spawn $sacct -j $job_id --fields=wckey spawn $sacct -j $job_id --fields=wckey
...@@ -229,7 +229,7 @@ if {$job_id == 0} { ...@@ -229,7 +229,7 @@ if {$job_id == 0} {
} }
} }
if {$using_slurmdbd} { if {$using_slurmdbd} {
sleep 30 sleep 5
} }
spawn $sacct -j $job_id --fields=wckey spawn $sacct -j $job_id --fields=wckey
...@@ -291,7 +291,7 @@ if {$job_id == 0} { ...@@ -291,7 +291,7 @@ if {$job_id == 0} {
} }
if {$using_slurmdbd} { if {$using_slurmdbd} {
sleep 30 sleep 5
} }
spawn $sacct -j $job_id --fields=wckey spawn $sacct -j $job_id --fields=wckey
......
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