Skip to content

Commit 207819b

Browse files
Merge pull request openstack-k8s-operators#1025 from vyzigold/extend_timeout
Extend TIMEOUT in Makefile
2 parents dfb8223 + 5ed55d2 commit 207819b

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)