Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 3, 2020
1 parent 770edbc commit 29ffa09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/analyze/analyze-flag.test.js
Expand Up @@ -2,7 +2,6 @@

const { runWatch } = require('../utils/test-utils');

jest.setTimeout(300000);
describe('--analyze flag', () => {
it('should load webpack-bundle-analyzer plugin with --analyze flag', async () => {
const { stderr, stdout } = await runWatch({
Expand All @@ -15,5 +14,5 @@ describe('--analyze flag', () => {
expect(stderr).toBeFalsy();
expect(stdout).toContain('BundleAnalyzerPlugin');
expect(stdout).toContain('Webpack Bundle Analyzer is started at http://127.0.0.1:8888');
});
}, 600000);
});

0 comments on commit 29ffa09

Please sign in to comment.