Skip to content

Commit

Permalink
Tests poll qsub server every 10 minutes. [NCI] (HELP-14565) Excessive…
Browse files Browse the repository at this point in the history
… polling of PBS server on Raijin.
  • Loading branch information
nichannah committed Dec 12, 2018
1 parent 1ffdbe3 commit bd6c678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def wait_for_qsub(run_id):
"""

while True:
time.sleep(5*60)
time.sleep(10*60)
try:
qsub_out = sp.check_output(['qstat', run_id], stderr=sp.STDOUT)
except sp.CalledProcessError as err:
Expand Down

0 comments on commit bd6c678

Please sign in to comment.