From fe0cb9463a0bceb4e623e0c47a3d1d78093037a1 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 19 Mar 2019 19:28:43 +0100 Subject: [PATCH] Increase integration tests timeout to 15minutes Signed-off-by: David Gageot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2c9724169f..290fd85fdaf 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ ifeq ($(REMOTE_INTEGRATION),true) --zone $(GKE_ZONE) \ --project $(GCP_PROJECT) endif - REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 10m + REMOTE_INTEGRATION=$(REMOTE_INTEGRATION) go test -v $(REPOPATH)/integration -timeout 15m .PHONY: release release: cross $(BUILD_DIR)/VERSION