Skip to content

Commit 190306c

Browse files
committed
added timeout
1 parent b7c9869 commit 190306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/environment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("Environment", () => {
6262
await eventually(async () => {
6363
expect(await numberOfConnections()).to.eql(1)
6464
})
65-
})
65+
}, 10000)
6666

6767
test("a connection with reconnect set to number retries after number ms", async () => {
6868
await environment.createConnection({ reconnect: 2000, initialReconnectDelay: 2000 })

0 commit comments

Comments
 (0)