Skip to content

Commit

Permalink
chore: bump jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 20, 2021
1 parent 0633dab commit 0c0e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,7 +1,7 @@
module.exports = {
preset: 'ts-jest',
testMatch: ['**/*.spec.[jt]s?(x)'],
testTimeout: process.env.CI ? 25000 : 5000,
testTimeout: process.env.CI ? 25000 : 10000,
globalSetup: './scripts/jestGlobalSetup.js',
globalTeardown: './scripts/jestGlobalTeardown.js',
testEnvironment: './scripts/jestEnv.js',
Expand Down

0 comments on commit 0c0e2af

Please sign in to comment.