Skip to content

Commit 5ed55d2

Browse files
committed
Extend TIMEOUT in Makefile
We have a downstream job failing on make openstack_init. The current timeout is 300 seconds, while if I count the seconds correctly in the must-gather, it actually took 304s for the openstack CR to get ready. https://sf.apps.int.gpc.ocp-hub.prod.psi.redhat.com/logs/e67/components-integration/e671b37880254af080cfe2894f3bae0e/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack-operators/crs/openstacks.operator.openstack.org/openstack.yaml
1 parent dfb8223 commit 5ed55d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PASSWORD ?= 12345678
77
SECRET ?= osp-secret
88
LIBVIRT_SECRET ?= libvirt-secret
99
OUT ?= ${PWD}/out
10-
TIMEOUT ?= 300s
10+
TIMEOUT ?= 500s
1111
BAREMETAL_TIMEOUT ?= 20m
1212
DBSERVICE ?= galera
1313
ifeq ($(DBSERVICE), galera)

0 commit comments

Comments
 (0)