Skip to content

Commit

Permalink
Add 20 second timeout to dest's afterEach wipeOut task
Browse files Browse the repository at this point in the history
  • Loading branch information
Klowner committed Dec 29, 2015
1 parent c63a797 commit 38b032c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var should = require('should');
require('mocha');

var wipeOut = function() {
this.timeout(20000);
spies.setError('false');
statSpy.reset();
chmodSpy.reset();
Expand Down

0 comments on commit 38b032c

Please sign in to comment.