Skip to content

Commit

Permalink
Test: increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 22, 2024
1 parent 9024f9e commit 8f157ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/mongoose-aggregate-paginate-v2/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { exec } from "child_process";
import { promisify } from "util";
import mongooseAggregatePaginate from "../src";

jest.setTimeout(120000)

const execute = promisify(exec);

const connectToDatabase = async () => {
Expand Down

0 comments on commit 8f157ce

Please sign in to comment.