Skip to content

Commit

Permalink
Allow enough time for client to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Nov 22, 2022
1 parent bd8d8cd commit 0c95858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func client_CLIENT_test(mc *mockServer) error {
if err != nil {
return err
}
conn.Do("PING")
conns = append(conns, conn)
}

Expand Down

0 comments on commit 0c95858

Please sign in to comment.