Skip to content

Commit

Permalink
ci: improve timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Jun 18, 2020
1 parent 635f114 commit b21c137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module.exports = {
testURL: 'http://localhost/',
transformIgnorePatterns: ['/node_modules/', '<rootDir>/dist/'],
watchPathIgnorePatterns: ['<rootDir>/test/js'],
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
};
1 change: 1 addition & 0 deletions setupTest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jest.setTimeout(25000);

0 comments on commit b21c137

Please sign in to comment.