mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 17:34:08 +00:00
Keep same parameters on retry so results can be cached by go test (#4627)
This commit is contained in:
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…
x
Reference in New Issue
Block a user