From ef73855dce12d5ae759f49dbf1bc42fd2376655e Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Tue, 4 Sep 2018 13:27:39 +0200 Subject: [PATCH] Keep same parameters on retry so results can be cached by go test (#4627) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 2f43a69bd..3286ced16 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -186,7 +186,7 @@ test-ci: other-consul dev-build vet test-install-deps echo " ============"; \ echo " Retrying 1/2"; \ echo " ============"; \ - if ! GOTEST_FLAGS="-timeout 8m -p 1 -parallel 1" make test-internal; then \ + if ! GOTEST_FLAGS="-timeout 9m -p 1 -parallel 1" make test-internal; then \ echo " ============"; \ echo " Retrying 2/2"; \ echo " ============"; \