Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
ci: Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Mar 6, 2022
1 parent 322f62a commit 5b6987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def wait_for(label: str, ready: bool = True):
if ready:
condition = "=False"

subprocess.check_call(['kubectl', 'wait', '--for=condition=ready' + condition, 'pod', '-l', label, '-n', 'backup-repository'])
subprocess.check_call(['kubectl', 'wait', '--for=condition=ready' + condition, 'pod', '-l', label, '-n', 'backup-repository', '--timeout=120s'])

0 comments on commit 5b6987c

Please sign in to comment.