fix tests
This commit is contained in:
parent
a7aed67c65
commit
b7565177be
|
|
@ -20,7 +20,7 @@ func TestCroc(t *testing.T) {
|
|||
go tcp.Run("debug", "8083")
|
||||
go tcp.Run("debug", "8084")
|
||||
go tcp.Run("debug", "8085")
|
||||
time.Sleep(300 * time.Millisecond)
|
||||
time.Sleep(1 * time.Second)
|
||||
|
||||
log.Debug("setting up sender")
|
||||
sender, err := New(Options{
|
||||
|
|
|
|||
Loading…
Reference in New Issue