We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0000d7 commit 4d147c9Copy full SHA for 4d147c9
test/test.js
@@ -9,7 +9,7 @@ import Config from '../lib/Config';
9
const dependencyTree = rewire('../');
10
11
describe('dependencyTree', function() {
12
- this.timeout(4000);
+ this.timeout(8000);
13
function testTreesForFormat(format, ext = '.js') {
14
it('returns an object form of the dependency tree for a file', function() {
15
const root = `${__dirname}/example/${format}`;
0 commit comments