mirror of https://github.com/tidwall/tile38.git
Allow enough time for client to connect
This commit is contained in:
parent
bd8d8cdc77
commit
0c95858f62
|
@ -66,6 +66,7 @@ func client_CLIENT_test(mc *mockServer) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
conn.Do("PING")
|
||||
conns = append(conns, conn)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue