Skip to content

test: loosen condition to detect infinite loop

Under heavy load condition, this condition is strict that the test detects infinite loop. So I have to loosen the condition more. currently I set the recursiveLimit is 100. if over 100, throw Error that detects infinite loop.

this condition can detect original infinite loop problem and reduce the count of test failure like https://github.com/nodejs/io.js/pull/1856#issuecomment-107286845

Merge request reports

Loading