Skip to content

Commit 842d96d

Browse files
committed
set longer timeout
1 parent 45ae421 commit 842d96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/db_integration/service_routes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { createEmptyDb, tearDownDb } = require('./util');
1515
const request = async (opt) => requestPromise({ json: true, resolveWithFullResponse: true, ...opt });
1616

1717
const REALLY_LONG_TIME = 10000000000;
18-
const TEST_TIMEOUT_MS = 1000000;
18+
const TEST_TIMEOUT_MS = 2000000;
1919
jest.setTimeout(TEST_TIMEOUT_MS);
2020

2121
const describeWithAuth = process.env.GKB_DBS_PASS

0 commit comments

Comments
 (0)