mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix flaky client test
This commit is contained in:
parent
6ece13f9ab
commit
ad7de3c99d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"errors"
|
||||
"net"
|
||||
"runtime"
|
||||
"time"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/qerr"
|
||||
|
@ -61,6 +62,7 @@ var _ = Describe("Client", func() {
|
|||
})
|
||||
|
||||
It("properly closes the client", func(done Done) {
|
||||
time.Sleep(10 * time.Millisecond) // Wait for old goroutines to finish
|
||||
numGoRoutines := runtime.NumGoroutine()
|
||||
startUDPConn()
|
||||
var stoppedListening bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue