test(common.socket): Increase margin for memleak test to avoid flaky tests (#15961)
This commit is contained in:
parent
22681758f1
commit
e65bb0d972
|
|
@ -823,7 +823,7 @@ func TestTLSMemLeak(t *testing.T) {
|
|||
final, err := testCycle(2000)
|
||||
require.NoError(t, err)
|
||||
|
||||
require.Less(t, final, 2*initial)
|
||||
require.Less(t, final, 3*initial)
|
||||
}
|
||||
|
||||
func createClient(endpoint string, addr net.Addr, tlsCfg *tls.Config) (net.Conn, error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue