chore: Modify go test retry settings (#3536)

pull/3548/head
Michael Li 3 years ago committed by GitHub
parent 4564d15901
commit 0af4c38230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,9 +168,9 @@ jobs:
env:
TEST_PACKAGE: "./..."
TESTARGS: -v
TEST_TIMEOUT: 120m
TEST_TIMEOUT: 40m
with:
max_attempts: 3
max_attempts: 1
timeout_minutes: 120
retry_on: error
command: make test

Loading…
Cancel
Save