Skip to content

Commit

Permalink
ROX-21124: Increase image pull timeout in OSCI to match stackrox/stac…
Browse files Browse the repository at this point in the history
…krox (#1377)
  • Loading branch information
BradLugo authored Jan 17, 2024
1 parent 1373b9e commit 83003eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openshift-ci/pre_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 83003eb

Please sign in to comment.