fix flaky tests on AppVeyor

This commit is contained in:
Marten Seemann
2016-06-09 11:42:37 +07:00
parent ec7512d0e6
commit 1491bc20f4
3 changed files with 3 additions and 3 deletions

View File

@@ -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")}