From b679442d864c287fa41197688e5fbe98251e64f5 Mon Sep 17 00:00:00 2001 From: cby3149 Date: Tue, 18 Jul 2023 15:56:44 -0700 Subject: [PATCH] Increase waiting time --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ad443d7691..5bd44543c2d 100644 --- a/Makefile +++ b/Makefile @@ -149,10 +149,10 @@ test3: ## test-integration: run integration tests with a 30m timeout test-integration: - $(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration + $(GOTEST) --timeout 60m -tags $(BUILD_TAGS),integration test3-integration: - $(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration,e3 + $(GOTEST) --timeout 60m -tags $(BUILD_TAGS),integration,e3 ## lint: run golangci-lint with .golangci.yml config file lint: