Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
bumping up the timeout threshold for the integration suite
Browse files Browse the repository at this point in the history
  • Loading branch information
amireh committed Mar 21, 2016
1 parent b964724 commit a6eaff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/HappyPlugin.integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const webpack = require('webpack');
const { assert, createLoader, fixturePath, tempDir, clearCache } = require('../HappyTestUtils');

describe('[Integration] HappyPlugin', function() {
this.timeout(10000);
this.timeout(60000);

beforeEach(function() {
HappyPlugin.resetUID();
Expand Down

0 comments on commit a6eaff5

Please sign in to comment.