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 internal/integration/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,9 +1114,9 @@ func TestClientStress(t *testing.T) {
err = g.Wait()
mt.Logf("Error from extreme traffic spike (errors are expected): %v", err)

// Simulate normal traffic again for 5 second. Ignore any errors to allow any outstanding
// Simulate normal traffic again for 10 seconds. Ignore any errors to allow any outstanding
// connection errors to stop.
_ = findOneFor(mt.Coll, timeout, 5*time.Second)
_ = findOneFor(mt.Coll, timeout, 10*time.Second)

// Simulate normal traffic again for 1 second and assert that there are no errors.
errs = findOneFor(mt.Coll, timeout, 1*time.Second)
Expand Down
Loading