Skip to content

Commit d13c686

Browse files
authored
GODRIVER-3356 Increase TestClientStress recovery period to 10s. (#1858)
1 parent 98a74d2 commit d13c686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/integration/client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,9 @@ func TestClientStress(t *testing.T) {
11141114
err = g.Wait()
11151115
mt.Logf("Error from extreme traffic spike (errors are expected): %v", err)
11161116

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

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

0 commit comments

Comments
 (0)