From a6eaff5e6aaf1de0e40b6fba66c1fc2003872900 Mon Sep 17 00:00:00 2001 From: Ahmad Amireh Date: Mon, 21 Mar 2016 10:52:21 +0200 Subject: [PATCH] bumping up the timeout threshold for the integration suite --- lib/__tests__/HappyPlugin.integration.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/__tests__/HappyPlugin.integration.test.js b/lib/__tests__/HappyPlugin.integration.test.js index ef6368a..f6d8a43 100644 --- a/lib/__tests__/HappyPlugin.integration.test.js +++ b/lib/__tests__/HappyPlugin.integration.test.js @@ -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();