mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
fix tests
This commit is contained in:
parent
a7aed67c65
commit
b7565177be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue