diff --git a/.openshift-ci/pre_tests.py b/.openshift-ci/pre_tests.py index f0a0cef26..3039fd27f 100644 --- a/.openshift-ci/pre_tests.py +++ b/.openshift-ci/pre_tests.py @@ -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()