Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 16, 2021
1 parent fab6ff6 commit 76e01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*global jasmine*/

jest.setTimeout(240000);
jest.setTimeout(300000);

if (!jasmine.testPath.includes('colors.test.js')) {
process.env.NO_COLOR = true;
Expand Down

0 comments on commit 76e01dd

Please sign in to comment.