Skip to content

Commit

Permalink
Increase delay of detached child process (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren authored and sindresorhus committed Jan 1, 2018
1 parent ff76235 commit 8fb8b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -503,7 +503,7 @@ test('detach child process', async t => {

await m('detach', [file]);

await delay(2000);
await delay(5000);

t.is(fs.readFileSync(file, 'utf8'), 'foo\n');
});

0 comments on commit 8fb8b6d

Please sign in to comment.