Skip to content

Commit

Permalink
fix fs test for mac (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper De Moor authored and devongovett committed Mar 22, 2018
1 parent 3d704c6 commit ce6f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fs-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('FSCache', () => {
});

// delay and update dependency
await sleep(50);
await sleep(1000);
await fs.writeFile(filePath, 'world');

const cached = await cache.read(__filename);
Expand Down

0 comments on commit ce6f696

Please sign in to comment.