Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

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 committed Apr 19, 2021
2 parents dbc13b8 + 4659863 commit 6f581f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conn_test.go
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 6f581f3

Please sign in to comment.