Skip to content

Commit

Permalink
increase timeout on file-utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 16, 2017
1 parent 8f49b23 commit 0ca8807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/node-unit/file-utils.spec.js
Expand Up @@ -13,6 +13,10 @@ describe('file utils', function () {
var tmpFile = path.join.bind(path, tmpDir);
var symlinkSupported = false;

beforeEach(function () {
this.timeout(2000);
});

(function testSymlinkSupport () {
makeTempDir();

Expand Down

0 comments on commit 0ca8807

Please sign in to comment.