Skip to content

Commit

Permalink
chore: increase test timeout to give integration tests time
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Jun 23, 2021
1 parent 64abe31 commit fa12f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
rootDir: path.join(__dirname, './'),
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
setupFilesAfterEnv: ['jest-extended'],
testTimeout: 10e3,
testTimeout: 30e3,
};

0 comments on commit fa12f72

Please sign in to comment.