We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a74d2 commit d13c686Copy full SHA for d13c686
internal/integration/client_test.go
@@ -1114,9 +1114,9 @@ func TestClientStress(t *testing.T) {
1114
err = g.Wait()
1115
mt.Logf("Error from extreme traffic spike (errors are expected): %v", err)
1116
1117
- // 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
1118
// connection errors to stop.
1119
- _ = findOneFor(mt.Coll, timeout, 5*time.Second)
+ _ = findOneFor(mt.Coll, timeout, 10*time.Second)
1120
1121
// Simulate normal traffic again for 1 second and assert that there are no errors.
1122
errs = findOneFor(mt.Coll, timeout, 1*time.Second)
0 commit comments