Browse Source

bump timeout to accommodate slow tests in npm<3

gh-438-b
Rich Harris 9 years ago
parent
commit
831620d3ee
  1. 2
      test/test.js

2
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 );

Loading…
Cancel
Save