diff --git a/test/simple/test-next-tick-error-spin.js b/test/simple/test-next-tick-error-spin.js index 4ed31511be..e0d47a2147 100644 --- a/test/simple/test-next-tick-error-spin.js +++ b/test/simple/test-next-tick-error-spin.js @@ -29,7 +29,7 @@ if (process.argv[2] !== 'child') { }); var timer = setTimeout(function() { throw new Error('child is hung'); - }, 500); + }, 3000); child.on('exit', function(code) { console.error('ok'); assert(!code);