From ba532ba974a327d16bee52e8e408b17101ac0ed2 Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Mon, 28 Mar 2022 11:48:18 -0400 Subject: [PATCH] bump test e2e timeout to 100m e2e-gcp-op has been failing on a lot of PRs, and while continuing to increase the timeout long term is not the solution, it seems like bumping the timeout for now is better than mashing retest until we fix it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26bc6198b7..ff9841b75e 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ Dockerfile.rhel7: Dockerfile Makefile # This was copied from https://github.com/openshift/cluster-image-registry-operator test-e2e: - go test -tags=$(GOTAGS) -failfast -timeout 90m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/ + go test -tags=$(GOTAGS) -failfast -timeout 100m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/ test-e2e-single-node: go test -tags=$(GOTAGS) -failfast -timeout 90m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e-single-node/