Allow enough time for client to connect

This commit is contained in:
tidwall 2022-11-22 07:50:45 -07:00
parent bd8d8cdc77
commit 0c95858f62
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ func client_CLIENT_test(mc *mockServer) error {
if err != nil {
return err
}
conn.Do("PING")
conns = append(conns, conn)
}