Skip to content

Commit 35b1d61

Browse files
committed
Increase timeout for cifmw-molecule-openshift_obs job
cifmw-molecule-openshift_obs job is failing sometimes due to timeout. Trying to increase tiemout to fix this issue.
1 parent 6969e1d commit 35b1d61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/config/molecule.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- job:
3+
name: cifmw-molecule-openshift_obs
4+
timeout: 3600
25
- job:
36
name: cifmw-molecule-libvirt_manager
47
files:

zuul.d/molecule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@
556556
name: cifmw-molecule-openshift_obs
557557
nodeset: centos-9-crc-2-48-0-xxl-ibm
558558
parent: cifmw-molecule-base
559+
timeout: 3600
559560
vars:
560561
TEST_RUN: openshift_obs
561562
- job:

0 commit comments

Comments
 (0)