Keep same parameters on retry so results can be cached by go test (#4627)

This commit is contained in:
Pierre Souchay 2018-09-04 13:27:39 +02:00 committed by Freddy
parent 36fa155675
commit ef73855dce
1 changed files with 1 additions and 1 deletions

View File

@ -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 " ============"; \