From 831620d3ee6fbbb97ea7b2e9dad6b742903b0d3a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 4 Jan 2016 17:16:08 -0500 Subject: [PATCH] bump timeout to accommodate slow tests in npm<3 --- test/test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.js b/test/test.js index bf7c9be..bf6e5a2 100644 --- a/test/test.js +++ b/test/test.js @@ -45,6 +45,8 @@ function loadConfig ( path ) { } describe( 'rollup', function () { + this.timeout( 10000 ); + describe( 'sanity checks', function () { it( 'exists', function () { assert.ok( !!rollup );