Skip to content

Commit 18a1029

Browse files
committed
increase test timeout on reconnect tests
1 parent f7a4e0c commit 18a1029

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/__test__/connection/reconnect.test.ts

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import {
99
EndPoint,
1010
} from "@eventstore/db-client";
1111

12+
// This test can take time.
13+
jest.setTimeout(120_000);
14+
1215
describe("reconnect", () => {
1316
test("UnavailableError", async () => {
1417
const cluster = createTestCluster();

0 commit comments

Comments
 (0)