We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfdf4d commit bcb8260Copy full SHA for bcb8260
3 files changed
.github/workflows/macos_ci.yml
@@ -27,7 +27,7 @@ jobs:
27
os: [macos-14]
28
fail-fast: false
29
runs-on: ${{ matrix.os }}
30
- timeout-minutes: 121
+ timeout-minutes: 151
31
env:
32
VFLAGS: -cc clang
33
VTEST_SHOW_LONGEST_BY_RUNTIME: 3
.github/workflows/windows_ci_gcc.yml
@@ -26,7 +26,7 @@ concurrency:
26
jobs:
gcc-windows:
runs-on: windows-2025
- timeout-minutes: 90
+ timeout-minutes: 110
VFLAGS: -cc gcc
.github/workflows/windows_ci_msvc.yml
msvc-windows:
runs-on: windows-2022
- timeout-minutes: 60
+ timeout-minutes: 70
VFLAGS: -cc msvc
0 commit comments