We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cafa1 commit a588232Copy full SHA for a588232
go/pools/smartconnpool/pool_test.go
@@ -1425,7 +1425,7 @@ func BenchmarkPoolCleanupIdleConnectionsPerformanceNoIdleConnections(b *testing.
1425
1426
p := NewPool(&Config[*TestConn]{
1427
Capacity: int64(capacity),
1428
- IdleTimeout: 50 * time.Millisecond,
+ IdleTimeout: 30 * time.Second,
1429
LogWait: state.LogWait,
1430
}).Open(newConnector(&state), nil)
1431
defer p.Close()
0 commit comments