Skip to content

Commit

Permalink
fix: increase image poll timeout (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Aug 15, 2024
1 parent 4f1f4e5 commit 29fed8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .openshift-ci/pre_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ class PreSystemTests:
PreSystemTests - System tests need images.
"""

POLL_TIMEOUT = 60 * 60
# Poll for 2 hours.
POLL_TIMEOUT = 120 * 60

def run(self):
self.poll_for_images()
Expand Down

0 comments on commit 29fed8b

Please sign in to comment.