Skip to content

Commit

Permalink
increase test timeout on reconnect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne committed Nov 3, 2021
1 parent f7a4e0c commit 18a1029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__test__/connection/reconnect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import {
EndPoint,
} from "@eventstore/db-client";

// This test can take time.
jest.setTimeout(120_000);

describe("reconnect", () => {
test("UnavailableError", async () => {
const cluster = createTestCluster();
Expand Down

0 comments on commit 18a1029

Please sign in to comment.