forked from quic-go/quic-go
fix flaky tests on AppVeyor
This commit is contained in:
@@ -633,7 +633,7 @@ var _ = Describe("Session", func() {
|
||||
session.run() // Would normally not return
|
||||
Expect(conn.written[0]).To(ContainSubstring("No recent network activity."))
|
||||
close(done)
|
||||
}, 0.5)
|
||||
}, 3)
|
||||
|
||||
It("errors when the SentPacketHandler has too many packets tracked", func() {
|
||||
streamFrame := frames.StreamFrame{StreamID: 5, Data: []byte("foobar")}
|
||||
|
||||
Reference in New Issue
Block a user