From 83003eb87ddffadee0fb9e94a1f7ec021ffdbe26 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Wed, 17 Jan 2024 13:48:12 -0800 Subject: [PATCH] ROX-21124: Increase image pull timeout in OSCI to match stackrox/stackrox (#1377) --- .openshift-ci/pre_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openshift-ci/pre_tests.py b/.openshift-ci/pre_tests.py index a92c0c9c9..f0a0cef26 100644 --- a/.openshift-ci/pre_tests.py +++ b/.openshift-ci/pre_tests.py @@ -41,7 +41,7 @@ class PreSystemTests: PreSystemTests - System tests need images. """ - POLL_TIMEOUT = 30 * 60 + POLL_TIMEOUT = 60 * 60 def run(self): self.poll_for_images()