Skip to content

Commit 309e0f9

Browse files
committed
Increase timeout to 10 seconds.
1 parent 2bee0b4 commit 309e0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix/test/integration/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ module.exports = {
66
testPathIgnorePatterns: [`${__dirname}/test/client`],
77
detectOpenHandles: true,
88
forceExit: true,
9+
testTimeout: 10000,
910
};

0 commit comments

Comments
 (0)