Home
last modified time | relevance | path

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

/third_party/node/test/tick-processor/
Dtick-processor-base.js11 const RETRY_TIMEOUT = 150; constant
29 }, RETRY_TIMEOUT);
54 return setTimeout(() => match(pattern, parent, ticks), RETRY_TIMEOUT);
Dtest-tick-processor-polyfill-brokenfile.js25 const RETRY_TIMEOUT = 150; constant
63 setTimeout(() => runPolyfill(ticks), RETRY_TIMEOUT);