Skip to content

Commit bcb8260

Browse files
committed
ci: bump timeout-minutes for some of the jobs that reach their limits most frequently, to reduce false positives when the CI runners are slow
1 parent edfdf4d commit bcb8260

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/macos_ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: [macos-14]
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
30-
timeout-minutes: 121
30+
timeout-minutes: 151
3131
env:
3232
VFLAGS: -cc clang
3333
VTEST_SHOW_LONGEST_BY_RUNTIME: 3

‎.github/workflows/windows_ci_gcc.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
gcc-windows:
2828
runs-on: windows-2025
29-
timeout-minutes: 90
29+
timeout-minutes: 110
3030
env:
3131
VFLAGS: -cc gcc
3232
VTEST_SHOW_LONGEST_BY_RUNTIME: 3

‎.github/workflows/windows_ci_msvc.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
msvc-windows:
2828
runs-on: windows-2022
29-
timeout-minutes: 60
29+
timeout-minutes: 70
3030
env:
3131
VFLAGS: -cc msvc
3232
VTEST_SHOW_LONGEST_BY_RUNTIME: 3

0 commit comments

Comments
 (0)