From 97964ca7d7b070f5d37eec45147fcac48bca5926 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Mon, 17 Jul 2023 11:30:33 -0700 Subject: [PATCH] Increase timeout to see if integration test will pass --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c301f8839b..c0678009e2 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ integration-vet: .PHONY: integration-test integration-test: integration-vet - @set -e; cd tests && $(GOTEST_SERIAL) $(BUILD_INFO_TESTS) --tags=integration -v -timeout 5m -count 1 ./... + @set -e; cd tests && $(GOTEST_SERIAL) $(BUILD_INFO_TESTS) --tags=integration -v -timeout 15m -count 1 ./... .PHONY: end-to-end-test end-to-end-test: