Skip to content

Commit 4c0119f

Browse files
authored
test: Increase timeout for engine tests (#101)
1 parent b933352 commit 4c0119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/engine.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const createEngineOptionsV2 = {
2727
fail_if_exists: true
2828
};
2929

30-
jest.setTimeout(60000);
30+
jest.setTimeout(600000); // 10 minutes
3131

3232
describe.each([
3333
["v2", connectionOptionsV2, createDatabaseOptionsV2, createEngineOptionsV2]

0 commit comments

Comments
 (0)