Skip to content

Commit

Permalink
Set higher limit to TEST_TIMEOUT_MS
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Dec 18, 2023
1 parent ea1837d commit 36a6900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db_integration/service_routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { createEmptyDb, tearDownDb } = require('./util');
const request = async (opt) => requestPromise({ json: true, resolveWithFullResponse: true, ...opt });

const REALLY_LONG_TIME = 10000000000;
const TEST_TIMEOUT_MS = 100000;
const TEST_TIMEOUT_MS = 1000000;
jest.setTimeout(TEST_TIMEOUT_MS);

const describeWithAuth = process.env.GKB_DBS_PASS
Expand Down

0 comments on commit 36a6900

Please sign in to comment.