Home
last modified time | relevance | path

Searched defs:maxRetries (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-rmdir-recursive.js154 maxRetries: 0, property
159 maxRetries: 5, property
167 maxRetries: 99 property
170 maxRetries: 99, property
203 validateRmdirOptions({ maxRetries: -1 }); property
Dtest-fs-rm.js214 maxRetries: 0, property
220 maxRetries: 5, property
229 maxRetries: 99 property
232 maxRetries: 99, property
276 validateRmOptionsSync(filePath, { maxRetries: -1 }); property
Dtest-policy-parse-integrity.js24 fs.rmSync(tmpdirPath, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/test/common/
Dtmpdir.js8 fs.rmSync(pathname, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/deps/npm/node_modules/libcipm/lib/
Dextract.js25 maxRetries: 1 property
/third_party/node/test/pummel/
Dtest-policy-integrity.js123 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property
199 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property
/third_party/node/deps/npm/lib/install/action/
Dextract.js35 maxRetries: 1 property
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js551 let child1 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5}, childPath, [ 'stubborn' ]) property
563 let child2 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 3}, childPath, [ 'stubborn' ]) property
586 …, child = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5, workerOptions: workerOptions}, chil… property
/third_party/node/lib/internal/fs/
Dutils.js696 maxRetries: 0 property
701 maxRetries: 0, property
/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfarm.js10 , maxRetries : Infinity property