Skip to content

Commit 29fed8b

Browse files
committed
fix: increase image poll timeout (#1609)
1 parent 4f1f4e5 commit 29fed8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.openshift-ci/pre_tests.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class PreSystemTests:
4141
PreSystemTests - System tests need images.
4242
"""
4343

44-
POLL_TIMEOUT = 60 * 60
44+
# Poll for 2 hours.
45+
POLL_TIMEOUT = 120 * 60
4546

4647
def run(self):
4748
self.poll_for_images()

0 commit comments

Comments
 (0)