Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Crrect a typo.
  • Loading branch information
gusmith committed Nov 19, 2019
commit c76dd217604ef3e39cf9629f09178c3cc41b9b4e
2 changes: 1 addition & 1 deletion backend/entityservice/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def wait_for_run(requests, project, run_id, ok_statuses, result_token=None, time
Poll project/run_id until its status is one of the ok_statuses. Raise a
TimeoutError if we've waited more than timeout seconds.
It also checks that the status are progressing normally, using the checks implemented in
`has_not_progressed_invalidly`.
`has_progressed_validly`.
"""
start_time = time.time()
old_status = None
Expand Down