Skip to content

Commit

Permalink
set longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Jul 2, 2024
1 parent 45ae421 commit 842d96d
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 = 1000000;
const TEST_TIMEOUT_MS = 2000000;
jest.setTimeout(TEST_TIMEOUT_MS);

const describeWithAuth = process.env.GKB_DBS_PASS
Expand Down

0 comments on commit 842d96d

Please sign in to comment.