Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Longer timeout for pipeline startup
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jun 14, 2019
1 parent e23489f commit bd9bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def delete_pipeline_if_exists(adapter: PachydermAdapter, pipeline_name):
pass


def await_pipeline_new_state(adapter: PachydermAdapter, pipeline_name, initial_state='starting', timeout=30):
def await_pipeline_new_state(adapter: PachydermAdapter, pipeline_name, initial_state='starting', timeout=60):
start_time = time.time()
state = initial_state
while state == initial_state and time.time() - start_time < timeout:
Expand Down

0 comments on commit bd9bb3e

Please sign in to comment.