From 0c95858f62bc14e0bedc19ca94114f5e148143cd Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 22 Nov 2022 07:50:45 -0700 Subject: [PATCH] Allow enough time for client to connect --- tests/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/client_test.go b/tests/client_test.go index 2c8d3b7d..5098a209 100644 --- a/tests/client_test.go +++ b/tests/client_test.go @@ -66,6 +66,7 @@ func client_CLIENT_test(mc *mockServer) error { if err != nil { return err } + conn.Do("PING") conns = append(conns, conn) }