We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bee0b4 commit 309e0f9Copy full SHA for 309e0f9
packages/remix/test/integration/jest.config.js
@@ -6,4 +6,5 @@ module.exports = {
6
testPathIgnorePatterns: [`${__dirname}/test/client`],
7
detectOpenHandles: true,
8
forceExit: true,
9
+ testTimeout: 10000,
10
};
0 commit comments