Home
last modified time | relevance | path

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

1234567

/third_party/rust/crates/serde/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@nightly
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
24 timeout-minutes: 45
26 - uses: actions/checkout@v4
27 - uses: dtolnay/rust-toolchain@nightly
29 components: llvm-tools, rustc-dev
30 - run: cargo test --all-features --release --tests
36 runs-on: ${{matrix.os || 'ubuntu'}}-latest
38 fail-fast: false
42 - rust: nightly
[all …]
/third_party/rust/crates/proc-macro2/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - run: cargo test
36 - run: cargo test --no-default-features
37 - run: cargo test --features span-locations
[all …]
/third_party/rust/crates/quote/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - name: Enable type layout randomization
36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
38 - run: cargo test
[all …]
/third_party/rust/crates/unicode-ident/.github/workflows/
Dci.yml13 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/
Dci.yml20 runs-on: ${{matrix.os || 'ubuntu'}}-latest
22 fail-fast: false
25 - rust: nightly
26 - rust: beta
27 - rust: stable
28 - rust: 1.60.0
29 - rust: 1.64.0
30 - name: Cargo on macOS
33 - name: Cargo on Windows (msvc)
34 rust: nightly-x86_64-pc-windows-msvc
[all …]
Dsite.yml6 - master
8 - book/**
9 - .github/workflows/site.yml
15 runs-on: ubuntu-latest
18 timeout-minutes: 30
20 - uses: actions/checkout@v3
22 - name: Get mdBook
25 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
27 curl -Lf "${MDBOOK_URL}" | tar -xzC book
28 book/mdbook --version
[all …]
/third_party/mesa3d/.gitlab-ci/b2c/
Dgenerate_b2c.py30 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/
Dci.yml12 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/
Dbuild.yml10 - 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/
Dlibloading.yml2 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/
Dgitlab-ci.yml7 - !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/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py3 # 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/mesa3d/src/freedreno/ci/
Dfreedreno-a630-skips.txt2 # 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 …]
Dfreedreno-a618-skips.txt2 # 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/
DexternalCompileRunner.ts32 // eslint-disable-next-line @typescript-eslint/no-this-alias
35 this.timeout(600_000); // 10 minutes
42 // eslint-disable-next-line @typescript-eslint/no-this-alias
44 const timeout = 600_000; // 10 minutes constant
46 this.timeout(timeout);
60 …exec("git", ["--work-tree", submoduleDir, "clone", "-b", config.branch || "master", config.cloneUr…
63 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "checkout"…
64 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "reset", "…
65 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "clean", "
66 …exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "pull", "-
[all …]
/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_section.py18 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/python/Lib/test/libregrtest/
Druntest_mp.py20 runtest, is_failed, TestResult, Interrupted, Timeout, ChildError, PROGRESS_MIN_TIME)
32 # Kill the main process after 5 minutes. It is supposed to write an update
33 # every PROGRESS_UPDATE seconds. Tolerate 5 minutes for Python slowest
44 def must_stop(result: TestResult, ns: Namespace) -> bool:
52 def parse_worker_args(worker_args) -> tuple[Namespace, str]:
58 def run_test_in_subprocess(testname: str, ns: Namespace, stdout_fh: TextIO) -> subprocess.Popen:
67 '-u', # Unbuffered stdout and stderr
68 '-m', 'test.regrtest',
69 '--worker-args', worker_args]
76 # bpo-45410: Write stderr into stdout to keep messages order
[all …]
/third_party/libbpf/ci/managers/
Dtravis_wait.bash1 # 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/rust/crates/nix/
Dbors.toml16 "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/
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/mesa3d/.gitlab-ci/bare-metal/
Dpoe_run.py37 args.dev, "results/serial-output.txt", "")
54 for line in self.ser.lines(timeout=5 * 60, phase="bootloader"):
64 for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
65 if re.search("---. end Kernel panic", line):
91 parser.add_argument('--dev', type=str,
93 parser.add_argument('--powerup', type=str,
95 parser.add_argument('--powerdown', type=str,
98 '--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
Dfastboot_run.py36 args.dev, "results/serial-output.txt", "R SERIAL> ")
37 self.fastboot = "fastboot boot -s {ser} artifacts/fastboot.img".format(
49 def logged_system(self, cmd, timeout=60): argument
52 return subprocess.call(cmd, shell=True, timeout=timeout)
54 self.print_error("timeout, restarting run...")
62 for line in self.ser.lines(timeout=2 * 60, phase="bootloader"):
81 print_more_lines = -1
82 for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
86 print_more_lines -= 1
88 if re.search("---. end Kernel panic", line):
[all …]
/third_party/python/Lib/test/support/
Dthreading_helper.py13 # Threading support to prevent reporting refleaks when running regrtest.py -R
41 f"{values[0] - original_values[0]} threads "
70 def wait_threads_exit(timeout=None): argument
72 bpo-31234: Context manager to wait until all threads created in the with
84 if timeout is None:
85 timeout = support.SHORT_TIMEOUT
91 deadline = start_time + timeout
97 dt = time.monotonic() - start_time
98 msg = (f"wait_threads() failed to cleanup {count - old_count} "
106 def join_thread(thread, timeout=None): argument
[all …]
/third_party/curl/docs/cmdline-opts/
Dretry.md1 ---
3 SPDX-License-Identifier: curl
10 See-also:
11 - retry-max-time
13 - --retry 7 $URL
14 ---
16 # `--retry`
21 a timeout, an FTP 4xx response code or an HTTP 408, 429, 500, 502, 503 or 504
26 minutes which then remains delay between the rest of the retries. By using
27 --retry-delay you disable this exponential backoff algorithm. See also
[all …]

1234567