Skip to content

Commit 44d983d

Browse files
itsmitul9amisstea
authored andcommitted
rechange IIB timeout 1hr,pipeline timeout 1.5hr
1 parent 187183b commit 44d983d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ansible/roles/operator-pipeline/tasks/webhook-release-pipeline-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
metadata:
6464
generateName: operator-release-pipeline-run
6565
spec:
66+
timeout: "1h30m0s"
6667
pipelineRef:
6768
name: operator-release-pipeline
6869
params:

operator-pipeline-images/operatorcert/entrypoints/index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ def setup_argparser() -> argparse.ArgumentParser: # pragma: no cover
4141
return parser
4242

4343

44-
def wait_for_results(iib_url: str, batch_id: int, timeout=30 * 60, delay=20) -> Any:
44+
def wait_for_results(iib_url: str, batch_id: int, timeout=60 * 60, delay=20) -> Any:
4545
"""
4646
Wait for IIB build till it finishes
4747
4848
Args:
4949
iib_url (Any): CLI arguments
5050
batch_id (int): IIB batch identifier
51-
timeout ([type], optional): Maximum wait time. Defaults to 30*60.
51+
timeout ([type], optional): Maximum wait time. Defaults to 60*60 (3600 seconds/1 hour)
5252
delay (int, optional): Delay between build pollin. Defaults to 20.
5353
5454
Returns:

0 commit comments

Comments
 (0)