Home
last modified time | relevance | path

Searched refs:durationBetweenIntervals (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-server-consumed-timeout.js8 const durationBetweenIntervals = []; variable
45 Math.max(...durationBetweenIntervals, timeoutDuration) * 2;
46 console.error(`Time between intervals: ${durationBetweenIntervals}`);
68 durationBetweenIntervals.push(lastDuration);