| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 40 # Timeout in minutes to decide if the device from the dispatched LAVA job has 51 # How many retries should be made when a timeout happen. 74 'minutes': args.job_timeout 85 'timeout': { 'minutes': 10 }, 92 'url': '{}/lava-rootfs.tgz'.format(args.base_system_url_prefix), 105 'timeout': { 'minutes': 25 }, 108 'prompts': ['lava-shell:'], 114 'timeout': { 'minutes': args.job_timeout }, 126 'format': 'Lava-Test Test Definition 1.0', 138 # - inline .gitlab-ci/common/init-stage1.sh [all …]
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _simple_stubs.py | 7 # 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/ |
| D | README.md | 17 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  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. 109 …timeout 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/ |
| D | Readme.md | 1 <!-- 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  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/mesa3d/src/freedreno/ci/ |
| D | freedreno-a630-skips.txt | 2 # non-zero-length and not starting with '#', will regex match to 5 # Note normal pre-merge CI also includes -premerge-skips.txt, and that's where 6 # "it's slow but would pass/fail/crash within a couple of minutes" skips should go. 8 # Crashes likely caused by https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2701 9 dEQP-VK.synchronization.cross_instance.*binary_semaphore_fence_fd 11 # Timeouts in CI even after 5 minutes 12 dEQP-VK.tessellation.invariance.outer_edge_division.quads_equal_spacing 13 dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing 14 dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_odd_spacing 15 dEQP-VK.tessellation.invariance.outer_triangle_set.quads_equal_spacing [all …]
|
| /third_party/typescript/src/testRunner/ |
| D | externalCompileRunner.ts | 31 // 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/python/Lib/test/libregrtest/ |
| D | runtest_mp.py | 20 runtest, is_failed, TestResult, Interrupted, Timeout, ChildError, PROGRESS_MIN_TIME) 29 # Kill the main process after 5 minutes. It is supposed to write an update 30 # every PROGRESS_UPDATE seconds. Tolerate 5 minutes for Python slowest 41 def must_stop(result: TestResult, ns: Namespace) -> bool: 49 def parse_worker_args(worker_args) -> tuple[Namespace, str]: 55 def run_test_in_subprocess(testname: str, ns: Namespace) -> subprocess.Popen: 61 '-u', # Unbuffered stdout and stderr 62 '-m', 'test.regrtest', 63 '--worker-args', worker_args] 80 def run_tests_worker(ns: Namespace, test_name: str) -> NoReturn: [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_TIMEOUT_MS.3 | 8 .\" * 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/flutter/flutter/dev/integration_tests/ui/test_driver/ |
| D | empty_test.dart | 2 // 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)));
|
| D | screenshot_test.dart | 2 // 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/ |
| D | timeout.c | 1 /* 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/ |
| D | main_test.dart | 2 // 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/ |
| D | epoll.c | 34 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/ |
| D | keepalive.md | 3 …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/python/Lib/test/support/ |
| D | threading_helper.py | 12 # Threading support to prevent reporting refleaks when running regrtest.py -R 40 f"{values[0] - original_values[0]} threads " 69 def wait_threads_exit(timeout=None): argument 71 bpo-31234: Context manager to wait until all threads created in the with 83 if timeout is None: 84 timeout = support.SHORT_TIMEOUT 90 deadline = start_time + timeout 96 dt = time.monotonic() - start_time 97 msg = (f"wait_threads() failed to cleanup {count - old_count} " 105 def join_thread(thread, timeout=None): argument [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | retry.d | 6 --- 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/flutter/flutter/packages/flutter_test/lib/src/ |
| D | widget_tester.dart | 2 // 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 …]
|
| D | test_compat.dart | 2 // 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/ |
| D | run_command.dart | 2 // 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/curl/.github/workflows/ |
| D | linux-hyper.yml | 8 - 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LockFileManager.h | 1 //===--- 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/ |
| D | logger.dart | 2 // 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/flutter/flutter/dev/devicelab/bin/tasks/ |
| D | flutter_run_test.dart | 2 // 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/ |
| D | sntp_opts.h | 7 * Copyright (c) 2007-2009 Frédéric Bernon, Simon Goldschmidt 98 * - 0 to turn off sanity checks (default; smaller code) 99 * - >= 1 to check address and port of the response packet to ensure the 101 * - >= 2 to check returned Originate Timestamp against Transmit Timestamp 103 * - >= 3 @todo: discard reply if any of the VN, Stratum, or Transmit Timestamp 105 * - >= 4 @todo: to check that the Root Delay and Root Dispersion fields are each 114 /** Enable round-trip delay compensation. 115 * Compensate for the round-trip delay by calculating the clock offset from 118 * The calculation requires compiler support for 64-bit integers. Also, either 120 * for setting the system clock with sub-second precision. Likewise, either [all …]
|
| /third_party/nghttp2/doc/ |
| D | nghttp.1 | 5 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 …]
|