Skip to content

Commit a1c645b

Browse files
danpawlikamartyasinha
authored andcommitted
Increase timeout for integration tests
On some infras, sometimes there is a proxy error and the pods can not start properly because it can not pull images, so the CI job fails and in the log file, there is information: oc wait openstack/openstack -n openstack-operators --for condition=Ready --timeout=300s error: timed out waiting for the condition on openstacks/openstack make[1]: *** [Makefile:760: openstack_init] Error 1 Increase timeout twice to avoid potential errors and give some time for proxy and kubernetes to recover and retry pull image. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 5f17bc5 commit a1c645b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ variables:
259259
TELEMETRY_CR: "/home/test-user/out/operator/telemetry-operator/config/samples/telemetry_v1beta1_telemetry.yaml"
260260
TELEMETRY_IMG: "quay.io/openstack-k8s-operators/telemetry-operator-index:latest"
261261
TELEMETRY_REPO: "https://github.com/openstack-k8s-operators/telemetry-operator.git"
262-
TIMEOUT: "300s"
262+
TIMEOUT: "600s"

tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAMESPACE ?= openstack
66
PASSWORD ?= 12345678
77
SECRET ?= osp-secret
88
OUT ?= ${PWD}/out
9-
TIMEOUT ?= 300s
9+
TIMEOUT ?= 600s
1010
DBSERVICE ?= galera
1111
ifeq ($(DBSERVICE), galera)
1212
DBSERVICE_CONTAINER = openstack-galera-0

0 commit comments

Comments
 (0)