Skip to content

Commit

Permalink
Reduce waittime
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Aug 7, 2016
1 parent 83ac4db commit d0fd084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("CaseSensitivePathsPlugin", function() {
setTimeout(function() {
// after initial compile delete test folder
exec("rm -r " + testFolder, function(err) { if (err) done(err); });
}, 200);
}, 100);
return;
}

Expand Down

0 comments on commit d0fd084

Please sign in to comment.