Raise timeout
This commit is contained in:
parent
5b6913f111
commit
48d46ea578
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue