From cde17afd1d5ecd39a1a9d0a05bee0a54a911c737 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 2 May 2019 11:34:30 +0000 Subject: [PATCH] Bump timeout for e2e-aws-op We seem to be taking longer here. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 644bf6261b..20724668f6 100644 --- a/Makefile +++ b/Makefile @@ -98,4 +98,4 @@ images.rhel7: $(imc7) # This was copied from https://github.com/openshift/cluster-image-registry-operato test-e2e: - GOCACHE=off go test -timeout 55m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/ + GOCACHE=off go test -timeout 120m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/