Commit bce58fd2 authored by Rich Trott's avatar Rich Trott
Browse files

test: replace setTimeout with setImmediate in stream test

Replace setTimeout() with setImmediate() in
test-stream-writable-clear-buffer. The test still fails in Node.js 8.6.0
(if you comment out the `common` module, since it uses BigInts and those
aren't supported in 8.6.0).

PR-URL: https://github.com/nodejs/node/pull/30561


Reviewed-By: default avatarDenys Otrishko <shishugi@gmail.com>
Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent b703218f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment