Home
last modified time | relevance | path

Searched +full:timeout +full:- +full:minutes (Results 1 – 25 of 167) sorted by relevance

1234567

/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py7 # http://www.apache.org/licenses/LICENSE-2.0
43 _EVICTION_PERIOD = datetime.timedelta(minutes=10)
55 _LOGGER.debug("Setting default timeout seconds to %f", _DEFAULT_TIMEOUT)
62 compression: Optional[grpc.Compression]) -> grpc.Channel:
122 time_to_eviction = (eviction_time - now).total_seconds()
128 ChannelCache._condition.wait(timeout=time_to_eviction)
133 compression: Optional[grpc.Compression]) -> grpc.Channel:
163 def _test_only_channel_count(self) -> int:
181 timeout: Optional[float] = _DEFAULT_TIMEOUT,
183 ) -> ResponseType:
[all …]
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/
DREADME.md17 means the last attempt is made after `17 minutes and 3 seconds`.
88 to tune for `10` attempts in `5 minutes`, you can use this equation:
90 ![screenshot](https://github.com/tim-kos/node-retry/raw/master/equation.gif)
97 * `5 * 60 * 1000`: The desired total amount of time for retrying in ms (5 minutes)
103 [article]: http://dthain.blogspot.com/2009/02/exponential-backoff-in-distributed.html
107 Returns a new `timeout` (integer in milliseconds) based on the given parameters.
109timeout should be calculated. If your retry operation was executed 4 times you had one attempt and…
113 …timeouts for reinserting an item, see [issue #13](https://github.com/tim-kos/node-retry/issues/13).
134 a timeout given in milliseconds.
142 …. Once all of its timeouts have been used up, it restarts with the first timeout, then uses the se…
[all …]
/third_party/node/deps/npm/node_modules/retry/
DReadme.md1 <!-- badges/ -->
2 …[Build Status](https://secure.travis-ci.org/tim-kos/node-retry.png?branch=master)](http://travis-c…
3 …[codecov](https://codecov.io/gh/tim-kos/node-retry/branch/master/graph/badge.svg)](https://codecov…
4 <!-- /badges -->
22 means the last attempt is made after `17 minutes and 3 seconds`.
94 to tune for `10` attempts in `5 minutes`, you can use this equation:
96 ![screenshot](https://github.com/tim-kos/node-retry/raw/master/equation.gif)
103 * `5 * 60 * 1000`: The desired total amount of time for retrying in ms (5 minutes)
109 [article]: http://dthain.blogspot.com/2009/02/exponential-backoff-in-distributed.html
113 Returns a new `timeout` (integer in milliseconds) based on the given parameters.
[all …]
/third_party/python/Lib/test/libregrtest/
Druntest_mp.py17 format_test_result, TestResult, is_failed, TIMEOUT)
26 # Kill the main process after 5 minutes. It is supposed to write an update
27 # every PROGRESS_UPDATE seconds. Tolerate 5 minutes for Python slowest
58 '-u', # Unbuffered stdout and stderr
59 '-m', 'test.regrtest',
60 '--worker-args', worker_args]
92 """A thread-safe iterator over tests for multiprocess mode."""
126 self.timeout = runner.worker_timeout
145 dt = time.monotonic() - self.start_time
185 test_time = time.monotonic() - self.start_time
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_TIMEOUT_MS.38 .\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
25 CURLOPT_TIMEOUT_MS \- set maximum time the request is allowed to take
29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TIMEOUT_MS, long timeout);
31 Pass a long as parameter containing \fItimeout\fP - the maximum time in
34 a few minutes risk aborting perfectly normal operations. This option may cause
35 libcurl to use the SIGALRM signal to timeout system calls.
38 the transfer will still use full-second resolution for timeouts with a minimum
39 timeout allowed of one second.
41 In unix-like systems, this might cause signals to be used unless
51 implement your own timeout logic.
[all …]
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts31 // eslint-disable-next-line @typescript-eslint/no-this-alias
34 this.timeout(600_000); // 10 minutes
41 // eslint-disable-next-line @typescript-eslint/no-this-alias
43 const timeout = 600_000; // 10 minutes constant
45 this.timeout(timeout);
59 …exec("git", ["--work-tree", submoduleDir, "clone", config.cloneUrl, path.join(submoduleDir, ".git"…
62 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "reset", "…
63 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "clean", "
64 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "pull", "-
71 … const npmVersionText = exec("npm", ["--version"], { cwd, stdio: "pipe" })?.trim();
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_watchdog.c1 // SPDX-License-Identifier: GPL-2.0+
27 printf("\nEFI: Watchdog timeout\n"); in efi_watchdog_timer_notify()
39 * @timeout: seconds before reset by watchdog
42 efi_status_t efi_set_watchdog(unsigned long timeout) in efi_set_watchdog() argument
46 if (timeout) in efi_set_watchdog()
49 EFI_SECONDS_TO_100NS * timeout); in efi_set_watchdog()
77 * minutes when invoking an EFI boot option. in efi_watchdog_register()
80 * 7.5. Miscellaneous Boot Services - EFI_BOOT_SERVICES.SetWatchdogTimer in efi_watchdog_register()
/third_party/flutter/flutter/dev/integration_tests/ui/test_driver/
Dempty_test.dart2 // Use of this source code is governed by a BSD-style license that can be
21 test('empty', () async {}, timeout: const Timeout(Duration(minutes: 1)));
Dscreenshot_test.dart2 // Use of this source code is governed by a BSD-style license that can be
45 }, timeout: const Timeout(Duration(minutes: 2)));
/third_party/toybox/toys/other/
Dtimeout.c1 /* timeout.c - Run command line with a timeout
7 USE_TIMEOUT(NEWTOY(timeout, "<2^(foreground)(preserve-status)vk:s(signal):", TOYFLAG_USR|TOYFLAG_BI…
9 config TIMEOUT
10 bool "timeout"
13 usage: timeout [-k DURATION] [-s SIGNAL] DURATION COMMAND...
19 (minutes), "h" (hours), "d" (days), or "s" (seconds, the default).
21 -s Send specified signal (default TERM)
22 -k Send KILL signal if child still running this long after first signal
23 -v Verbose
24 --foreground Don't create new process group
[all …]
/third_party/flutter/flutter/dev/integration_tests/channels/test_driver/
Dmain_test.dart2 // Use of this source code is governed by a BSD-style license that can be
28 }, timeout: const Timeout(Duration(minutes: 1)));
/third_party/libuv/src/unix/
Depoll.c34 if (fd == -1 && (errno == ENOSYS || errno == EINVAL)) { in uv__epoll_init()
37 if (fd != -1) in uv__epoll_init()
41 loop->backend_fd = fd; in uv__epoll_init()
42 if (fd == -1) in uv__epoll_init()
55 assert(loop->watchers != NULL); in uv__platform_invalidate_fd()
58 events = (struct epoll_event*) loop->watchers[loop->nwatchers]; in uv__platform_invalidate_fd()
59 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1]; in uv__platform_invalidate_fd()
64 events[i].data.fd = -1; in uv__platform_invalidate_fd()
72 if (loop->backend_fd >= 0) { in uv__platform_invalidate_fd()
77 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
[all …]
/third_party/grpc/doc/
Dkeepalive.md3 …ically, and if the ping is not acknowledged by the peer within a certain timeout period, the trans…
7 The keepalive ping is controlled by two important channel arguments -
31 ----------------|-------|------
36 GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS|300000 (5 minutes)|300000 (5 minutes)
37 GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS|N/A|300000 (5 minutes)
44 … fires, gRPC Core will try to send a keepalive ping on the transport. This ping can be blocked if -
50 …sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many misbehaving pings. For example -
/third_party/curl/docs/cmdline-opts/
Dretry.d6 ---
10 a timeout, an FTP 4xx response code or an HTTP 408, 429, 500, 502, 503 or 504
15 10 minutes which then will be the delay between the rest of the retries. By
16 using --retry-delay you disable this exponential backoff algorithm. See also
17 --retry-max-time to limit the total time allowed for retries.
19 Since curl 7.66.0, curl will comply with the Retry-After: response header if
/third_party/curl/.github/workflows/
Dlinux-hyper.yml8 - master
9 - '*/ci'
12 - master
17 runs-on: 'ubuntu-latest'
18 timeout-minutes: 90
20 fail-fast: false
23 - name: hyper
25 configure: --with-openssl --with-hyper=$HOME/hyper
28 - run: sudo apt-get install libtool autoconf automake pkg-config
31 - run: (cd $HOME;
[all …]
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dwidget_tester.dart2 // Use of this source code is governed by a BSD-style license that can be
53 /// There are two kinds of timeouts that can be specified. The `timeout`
54 /// argument specifies the backstop timeout implemented by the `test` package.
55 /// If set, it should be relatively large (minutes). It defaults to ten minutes
60 /// The `initialTimeout` argument specifies the timeout implemented by the
65 /// this timeout (even after calling `addTime`) is the one specified by the
66 /// `timeout` argument.
85 /// timeout and how to manually increase timeouts.
101 test_package.Timeout timeout,
124 timeout: initialTimeout,
[all …]
Dtest_compat.dart2 // Use of this source code is governed by a BSD-style license that can be
9 import 'package:test_api/src/frontend/timeout.dart'; // ignore: implementation_imports
29 // If no declarer is defined, this test is being run via `flutter run -t test_file.dart`.
83 // Once the test finishes, use await null to do a coarse-grained event
84 // loop pump to avoid starving non-microtask events.
104 // TODO(nweiz): This and other top-level functions should throw exceptions if
113 /// [platform selector]: https://github.com/dart-lang/test/tree/master/pkgs/test#platform-selectors
115 /// If [timeout] is passed, it's used to modify or replace the default timeout
116 /// of 30 seconds. Timeout modifications take precedence in suite-group-test
117 /// order, so [timeout] will also modify any timeouts set on the group or suite.
[all …]
/third_party/flutter/flutter/dev/bots/
Drun_command.dart2 // Use of this source code is governed by a BSD-style license that can be
23 const Duration _kLongTimeout = Duration(minutes: 45);
39 Duration timeout = _kLongTimeout,
59 final int exitCode = await process.exitCode.timeout(timeout, onTimeout: () {
60 stderr.writeln('Process timed out after $timeout');
70 …ed with $exitCode (expected: ${expectNonZeroExit ? (expectedExitCode ?? 'non-zero') : 'zero'}).$re…
90 Duration timeout = _kLongTimeout,
94 'The output parameter must be non-null with and only with '
132 final int exitCode = await process.exitCode.timeout(timeout, onTimeout: () {
133 stderr.writeln('Process timed out after $timeout');
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h1 //===--- LockFileManager.h - File-level locking utility ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
48 /// Reached timeout while waiting for the owner to release the lock.
80 /// Total timeout for the file to appear is ~1.5 minutes.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dlogger.dart2 // Use of this source code is governed by a BSD-style license that can be
17 const Duration _kSlowOperation = Duration(minutes: 2);
30 /// Defaults to 2 minutes.
131 /// The `timeout` argument sets a duration after which an additional message
144 @required Duration timeout,
213 @required Duration timeout,
220 // Ignore nested progresses; return a no-op status object.
222 timeout: timeout,
229 timeout: timeout,
237 timeout: timeout,
[all …]
/third_party/boringssl/src/ssl/test/
DPORTING.md9 Note that supporting non-BoringSSL implementations is a work in
22 tree, but any program can be supplied via the `-shim-path` flag. The
23 runner opens up a server socket and provides the shim with a `-port`
33 reporting a non-zero error code and generally sending a textual error
54 intended to allow for a per-stack mapping. This file currently takes
63 test. `-include-disabled` overrides this filter.
68 ` -loose-errors` flag, then every un-mapped error just gets mapped to
73 The `-shim-config` flag is used to provide the config file.
80 use this exit code on unknown command-line arguments.
84 the entire test suite failed. The `-allow-unimplemented` flag suppresses
[all …]
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dflutter_run_test.dart2 // Use of this source code is governed by a BSD-style license that can be
20 const Pattern skippedMessageMatch = '+1 -1: example skipped';
21 const Pattern finishedMessageMatch = '+1 ~1 -1: Some tests failed.';
37 '-t', runTestSource.absolute.path, '-d', device.deviceId,
59 await finished.future.timeout(const Duration(minutes: 1));
/third_party/lwip/src/include/lwip/apps/
Dsntp_opts.h7 * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt
92 * - 0 to turn off sanity checks (default; smaller code)
93 * - >= 1 to check address and port of the response packet to ensure the
95 * - >= 2 to check returned Originate Timestamp against Transmit Timestamp
97 * - >= 3 @todo: discard reply if any of the VN, Stratum, or Transmit Timestamp
99 * - >= 4 @todo: to check that the Root Delay and Root Dispersion fields are each
108 /** Enable round-trip delay compensation.
109 * Compensate for the round-trip delay by calculating the clock offset from
112 * The calculation requires compiler support for 64-bit integers. Also, either
114 * for setting the system clock with sub-second precision. Likewise, either
[all …]
/third_party/nghttp2/doc/
Dnghttp.15 nghttp \- HTTP/2 client
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
/third_party/uboot/u-boot-2020.01/drivers/tpm/
Dtpm-uclass.c1 // SPDX-License-Identifier: GPL-2.0+
10 #include <tpm-v1.h>
11 #include <tpm-v2.h>
18 if (!ops->open) in tpm_open()
19 return -ENOSYS; in tpm_open()
21 return ops->open(dev); in tpm_open()
28 if (!ops->close) in tpm_close()
29 return -ENOSYS; in tpm_close()
31 return ops->close(dev); in tpm_close()
38 if (!ops->get_desc) in tpm_get_desc()
[all …]

1234567