diff --git a/rpc/lib/rpc_test.go b/rpc/lib/rpc_test.go index 7415cb36d..3ceaaa39f 100644 --- a/rpc/lib/rpc_test.go +++ b/rpc/lib/rpc_test.go @@ -362,7 +362,7 @@ func TestWSClientPingPong(t *testing.T) { require.Nil(t, err) defer cl.Stop() - time.Sleep(3 * time.Second) + time.Sleep(6 * time.Second) } func randBytes(t *testing.T) []byte {