Skip to content

Commit

Permalink
Merge pull request #204 from libp2p/fix-flaky-windows-test
Browse files Browse the repository at this point in the history
increase test timeout to reduce flakiness of test on Windows
  • Loading branch information
marten-seemann authored Apr 19, 2021
2 parents 4ccc8a5 + f1cfac9 commit 359210e
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 359210e

Please sign in to comment.