Skip to content

Commit

Permalink
increase test timeout to reduce flakiness of test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 6, 2021
1 parent c69ab03 commit f1cfac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/transport/quic/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ var _ = Describe("Connection", func() {
}(c)
}

Eventually(done, 5*time.Second).Should(Receive())
Eventually(done, 5*time.Second).Should(Receive())
Eventually(done, 15*time.Second).Should(Receive())
Eventually(done, 15*time.Second).Should(Receive())
})

It("sends stateless resets", func() {
Expand Down

0 comments on commit f1cfac9

Please sign in to comment.