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

increase test time window

Give test job an extra second to start. Test was failing by one
  second on kachina.
parent 6c4624a2
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ if {$rem_time > 60} { ...@@ -108,7 +108,7 @@ if {$rem_time > 60} {
send_user "\nFAILURE: job remaining time is wrong $rem_time\n" send_user "\nFAILURE: job remaining time is wrong $rem_time\n"
set exit_code 1 set exit_code 1
} }
if {$rem_time < 56} { if {$rem_time < 55} {
send_user "\nFAILURE: job remaining time seems too small\n" send_user "\nFAILURE: job remaining time seems too small\n"
set exit_code 1 set exit_code 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