Skip to content

Commit

Permalink
Retry tests on CI (jesseduffield#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored Jul 10, 2023
2 parents f9414f2 + 9c0a151 commit 057742d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/integration/clients/go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ func TestIntegration(t *testing.T) {
},
false,
0,
// Only allowing one attempt per test. We'll see if we get any flakiness
1,
// Allow two attempts at each test to get around flakiness
2,
)

assert.NoError(t, err)
Expand Down

0 comments on commit 057742d

Please sign in to comment.