Skip to content

test: fix test-timers-unrefd-interval-still-fires

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-unrefd into master

Remove arbitrary timeout duration. This is a functionality test and not a performance benchmark. Rely on test runner timeout.

Confirmed that the test (with ES6-isms removed) hangs/times out in Node 0.10.34 (which has the bug that this test is supposed to catch) and passes in 0.10.35 (which has the fix). So that is good.

Fixes: https://github.com/nodejs/node/issues/4559 Refs: https://github.com/nodejs/node/pull/3550 R=@TheAlphaNerd R=@Fishrock123 R=@misterdjules

Merge request reports

Loading