1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

fix tests

This commit is contained in:
Zack Scholl 2019-11-17 13:05:43 -08:00
parent a7aed67c65
commit b7565177be

View file

@ -20,7 +20,7 @@ func TestCroc(t *testing.T) {
go tcp.Run("debug", "8083") go tcp.Run("debug", "8083")
go tcp.Run("debug", "8084") go tcp.Run("debug", "8084")
go tcp.Run("debug", "8085") go tcp.Run("debug", "8085")
time.Sleep(300 * time.Millisecond) time.Sleep(1 * time.Second)
log.Debug("setting up sender") log.Debug("setting up sender")
sender, err := New(Options{ sender, err := New(Options{