| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 18 timeout-minutes: 45 20 - uses: actions/checkout@v3 21 - uses: dtolnay/rust-toolchain@nightly 23 components: rustc-dev 24 - run: cargo test --all-features --release --tests 28 runs-on: ${{matrix.os || 'ubuntu'}}-latest 30 fail-fast: false 34 - rust: nightly [all …]
|
| /third_party/rust/crates/quote/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@master 28 components: rust-src 29 - run: cargo test 33 runs-on: ubuntu-latest 34 timeout-minutes: 45 [all …]
|
| /third_party/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - run: cargo test 35 - run: cargo test --no-default-features 36 - run: cargo test --features span-locations 37 - name: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test [all …]
|
| /third_party/rust/crates/unicode-ident/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 21 runs-on: ubuntu-latest 23 timeout-minutes: 45 25 - uses: actions/checkout@v3 26 - uses: dtolnay/rust-toolchain@stable 27 - id: ucd-generate 28 …run: echo "version=$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' tests/tables/tables.rs --only-m… 29 - run: cargo install ucd-generate 30 - run: curl -LO https://www.unicode.org/Public/zipped/latest/UCD.zip 31 - run: unzip UCD.zip -d UCD [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 19 runs-on: ${{matrix.os || 'ubuntu'}}-latest 21 fail-fast: false 24 - rust: nightly 25 - rust: beta 26 - rust: stable 27 - rust: 1.60.0 28 - rust: 1.64.0 29 - name: macOS 32 - name: Windows (msvc) 33 rust: nightly-x86_64-pc-windows-msvc [all …]
|
| /third_party/mesa3d/.gitlab-ci/b2c/ |
| D | generate_b2c.py | 30 parser.add_argument('--ci-job-id') 31 parser.add_argument('--container-cmd') 32 parser.add_argument('--initramfs-url') 33 parser.add_argument('--job-success-regex') 34 parser.add_argument('--job-warn-regex') 35 parser.add_argument('--kernel-url') 36 parser.add_argument('--log-level', type=int) 37 parser.add_argument('--poweroff-delay', type=int) 38 parser.add_argument('--session-end-regex') 39 parser.add_argument('--session-reboot-regex') [all …]
|
| /third_party/rust/crates/link-cplusplus/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ${{matrix.os}}-latest 19 fail-fast: false 23 timeout-minutes: 45 25 - uses: actions/checkout@v3 26 - uses: dtolnay/rust-toolchain@master 29 - run: cargo test 33 runs-on: ubuntu-latest 35 timeout-minutes: 45 37 - uses: actions/checkout@v3 [all …]
|
| /third_party/rust/crates/os_str_bytes/.github/workflows/ |
| D | build.yml | 10 - master 12 - cron: 0 0 * * FRI 16 runs-on: ${{ matrix.platform }} 18 - uses: dylni/build-actions/build@master 19 timeout-minutes: 10 22 platform: [ubuntu-latest, windows-latest] 23 build-other: 25 runs-on: ubuntu-latest 27 - uses: dylni/build-actions/build-other@master 31 timeout-minutes: 10 [all …]
|
| /third_party/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 2 group: ${{ github.workflow }}-${{ github.ref }} 3 cancel-in-progress: true 8 paths-ignore: ['*.mkd', 'LICENSE'] 13 native-test: 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 19 os: [ubuntu-latest, windows-latest, macOS-latest] 20 timeout-minutes: 20 22 - uses: actions/checkout@v2 23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver… 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K" 18 - results/ 20 .test-gl: 22 - .test 23 - .use-debian/x86_test-gl [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/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 46 # Timeout in seconds to decide if the device from the dispatched LAVA job has 57 # How many retries should be made when a timeout happen. 60 # How many attempts should be made when a timeout happen during LAVA device boot. 75 "job": {"minutes": args.job_timeout}, 76 "action": {"minutes": 3}, 78 "depthcharge-action": { 79 "minutes": 3 * NUMBER_OF_ATTEMPTS_LAVA_BOOT, 91 'timeout': { 'minutes': 10 }, [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/.gitlab-ci/lava/utils/ |
| D | log_section.py | 18 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10) 21 # minutes. 23 # summing up to 9 minutes. 24 # It is better to retry the boot than cancel the job and re-submit to avoid 26 LogSectionType.LAVA_BOOT: timedelta(minutes=9), 28 LogSectionType.TEST_SUITE: timedelta(minutes=5), 31 # Gitlab job timeout. 32 LogSectionType.TEST_CASE: timedelta(minutes=60), 35 LogSectionType.LAVA_POST_PROCESSING: timedelta(minutes=5), 50 ) -> Optional[GitlabSection]: [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 …]
|
| D | freedreno-a618-skips.txt | 2 # non-zero-length and not starting with '#', will regex match to 5 # Timeouts in CI even after 5 minutes 6 dEQP-VK.tessellation.invariance.inner_triangle_set.quads_equal_spacing 7 dEQP-VK.tessellation.invariance.inner_triangle_set.triangles_fractional_even_spacing 8 dEQP-VK.tessellation.invariance.outer_edge_division.quads_equal_spacing 9 dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing 10 dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_odd_spacing 11 dEQP-VK.tessellation.invariance.outer_triangle_set.quads_equal_spacing 12 dEQP-VK.tessellation.invariance.outer_triangle_set.quads_fractional_even_spacing 13 dEQP-VK.tessellation.invariance.outer_triangle_set.quads_fractional_odd_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/libbpf/ci/managers/ |
| D | travis_wait.bash | 1 # This was borrowed from https://github.com/travis-ci/travis-build/tree/master/lib/travis/build/bash 2 # to get around https://github.com/travis-ci/travis-ci/issues/9979. It should probably be removed 8 local timeout="${1}" 12 echo -e "\\n" 14 while [[ "${count}" -lt "${timeout}" ]]; do 16 echo -ne "Still running (${count} of ${timeout}): ${*}\\r" 20 echo -e "\\n${ANSI_RED}Timeout (${timeout} minutes) reached. Terminating \"${*}\"${ANSI_RESET}\\n" 21 kill -9 "${cmd_pid}" 25 local timeout="${1}" 27 if [[ "${timeout}" =~ ^[0-9]+$ ]]; then [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/rust/crates/nix/ |
| D | bors.toml | 16 "Linux arm-musleabi", 43 # Set bors's timeout to 1 hour 45 # bors's timeout should always be at least twice as long as the test suite 46 # takes. This is to allow the CI provider to fast-fail a test; if one of the 48 # batch, leaving the slower builders to work through the already-doomed run and 51 # At the time this was written, nix's test suite took about twenty minutes to 52 # run. The timeout was raised to one hour to give nix room to grow and time
|
| /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/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/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/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)));
|