Skip to content

Commit

Permalink
Merge pull request #130 from B612-Asteroid-Institute/cf-wait-between-…
Browse files Browse the repository at this point in the history
…poll

Up the wait time between status checks to 10s
  • Loading branch information
carise authored Dec 11, 2020
2 parents 07d9fa0 + 82f630d commit 45c50a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adam/adam_processing_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def wait_for_complete(self, max_wait_sec=60, print_waiting=False):
str: the job status.
"""

sleep_time_sec = 1.0
sleep_time_sec = 10.0
t0 = time.perf_counter()
status = self.check_status()
last_status = ''
Expand Down

0 comments on commit 45c50a9

Please sign in to comment.