Skip to content

Commit

Permalink
GODRIVER-3356 Increase TestClientStress recovery period to 10s. (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale authored Oct 17, 2024
1 parent 98a74d2 commit d13c686
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d13c686

Please sign in to comment.