Skip to content
Snippets Groups Projects
Commit d8837a0a authored by jette's avatar jette
Browse files

Increase test delay for slow poe task launch

parent 27c74430
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ if {[wait_for_job $job_id RUNNING] != 0} { ...@@ -83,7 +83,7 @@ if {[wait_for_job $job_id RUNNING] != 0} {
} }
# Allow time for the step to start # Allow time for the step to start
# This could take a while with launch/poe # This could take a while with launch/poe
sleep 10 sleep 20
# #
# Test verbose scancel # Test verbose scancel
......
...@@ -81,7 +81,7 @@ if {[wait_for_job $job_id RUNNING] != 0} { ...@@ -81,7 +81,7 @@ if {[wait_for_job $job_id RUNNING] != 0} {
} }
# Allow time for the step to start # Allow time for the step to start
# This could take a while with launch/poe # This could take a while with launch/poe
sleep 10 sleep 20
# #
# Test verbose scancel # Test verbose scancel
......
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