Skip to content

Commit

Permalink
chore: Modify go test retry settings (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli authored Aug 7, 2023
1 parent 4564d15 commit 0af4c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0af4c38

Please sign in to comment.