Searched defs:maxTimeout (Results 1 – 11 of 11) sorted by relevance
| /third_party/node/deps/npm/node_modules/retry/test/integration/ |
| D | test-forever.js | 9 maxTimeout: 100, property
|
| D | test-timeouts.js | 39 maxTimeout: maxTimeout property
|
| D | test-retry-operation.js | 153 maxTimeout: delay property
|
| /third_party/node/deps/npm/node_modules/@npmcli/git/lib/ |
| D | spawn.js | 25 maxTimeout: opts.fetchRetryMaxtimeout || 60000, property
|
| /third_party/node/deps/undici/src/types/ |
| D | retry-handler.d.ts | 62 maxTimeout?: number; property
|
| /third_party/node/deps/npm/node_modules/retry/example/ |
| D | dns.js | 9 maxTimeout: 2 * 1000, property
|
| D | stop.js | 8 maxTimeout: 2 * 1000, property
|
| /third_party/node/deps/npm/node_modules/retry/lib/ |
| D | retry.js | 21 maxTimeout: Infinity, property
|
| /third_party/node/deps/undici/src/lib/handler/ |
| D | RetryHandler.js | 39 maxTimeout: maxTimeout ?? 30 * 1000, // 30s, property
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
| D | index.js | 129 maxTimeout: opts.fetchRetryMaxtimeout, property
|
| /third_party/node/deps/npm/node_modules/pacote/lib/ |
| D | fetcher.js | 344 }), { retries: 1, minTimeout: 0, maxTimeout: 0 })) property
|