Skip to content

Commit 4d147c9

Browse files
committed
support for different entry for node modules package.json. increasing timeout to try to fix tests failing 2
1 parent f0000d7 commit 4d147c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Config from '../lib/Config';
99
const dependencyTree = rewire('../');
1010

1111
describe('dependencyTree', function() {
12-
this.timeout(4000);
12+
this.timeout(8000);
1313
function testTreesForFormat(format, ext = '.js') {
1414
it('returns an object form of the dependency tree for a file', function() {
1515
const root = `${__dirname}/example/${format}`;

0 commit comments

Comments
 (0)