From 68a6e3f4b5ac4768c841fcc791d44806e515e6e4 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Mon, 17 Aug 2020 13:06:11 -0700 Subject: [PATCH] test: Increase cron test timeout to 7m --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce4be53cfe03..c20d04709ceb 100644 --- a/Makefile +++ b/Makefile @@ -415,7 +415,7 @@ test-e2e: test-e2e-cron: # Run E2E tests @mkdir -p test-results - go test -timeout 5m -v -count 1 --tags e2e -parallel 10 -run CronSuite ./test/e2e 2>&1 | tee test-results/test.out + go test -timeout 7m -v -count 1 --tags e2e -parallel 10 -run CronSuite ./test/e2e 2>&1 | tee test-results/test.out .PHONY: smoke smoke: