mirror of https://github.com/hashicorp/consul
Keep same parameters on retry so results can be cached by go test (#4627)
parent
72fac5b823
commit
80b6653a8e
|
@ -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 " ============"; \
|
||||
|
|
Loading…
Reference in New Issue