Skip to content

Commit

Permalink
Remove fail_condition while waiting for pod (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored Sep 17, 2021
1 parent b0f4609 commit 186abe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bonfire/openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ def _pod_found():

pod_name, elapsed = wait_for(
_pod_found,
fail_condition=None,
num_sec=remaining_time,
message=f"wait for Pod to appear owned by CJI '{cji_name}'",
)
Expand Down

0 comments on commit 186abe6

Please sign in to comment.