We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9869 commit 190306cCopy full SHA for 190306c
test/e2e/environment.test.ts
@@ -62,7 +62,7 @@ describe("Environment", () => {
62
await eventually(async () => {
63
expect(await numberOfConnections()).to.eql(1)
64
})
65
- })
+ }, 10000)
66
67
test("a connection with reconnect set to number retries after number ms", async () => {
68
await environment.createConnection({ reconnect: 2000, initialReconnectDelay: 2000 })
0 commit comments