mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +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"
|
"errors"
|
||||||
"net"
|
"net"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/lucas-clemente/quic-go/protocol"
|
"github.com/lucas-clemente/quic-go/protocol"
|
||||||
"github.com/lucas-clemente/quic-go/qerr"
|
"github.com/lucas-clemente/quic-go/qerr"
|
||||||
|
@ -61,6 +62,7 @@ var _ = Describe("Client", func() {
|
||||||
})
|
})
|
||||||
|
|
||||||
It("properly closes the client", func(done Done) {
|
It("properly closes the client", func(done Done) {
|
||||||
|
time.Sleep(10 * time.Millisecond) // Wait for old goroutines to finish
|
||||||
numGoRoutines := runtime.NumGoroutine()
|
numGoRoutines := runtime.NumGoroutine()
|
||||||
startUDPConn()
|
startUDPConn()
|
||||||
var stoppedListening bool
|
var stoppedListening bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue