diff --git a/wscat/main_test.go b/wscat/main_test.go index cfed874..d261022 100644 --- a/wscat/main_test.go +++ b/wscat/main_test.go @@ -132,7 +132,7 @@ func TestWScat(t *testing.T) { } // give client time to make a request - time.Sleep(time.Millisecond * 200) + time.Sleep(time.Second) stop() require.Equal(t, bytes.Join(in, nil), bytes.Join(received, nil))