Skip to content

Commit

Permalink
fix: wait more time for Window 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Oct 28, 2016
1 parent d1c651d commit 6715917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cov_command.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class CovCommand extends Command {
yield this.helper.forkNode(covFile, covArgs, opt);
rimraf.sync(process.env.TMPDIR);

// wait 1 second for Windows
yield sleep(1000);
// wait 5 second for Windows
yield sleep(5000);

// create coverage report
const reportArgs = this.getReportArgs(coverageDir);
Expand Down

0 comments on commit 6715917

Please sign in to comment.