Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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