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 e35b127 commit d351a37Copy full SHA for d351a37
.github/workflows/health_checks.yml
@@ -605,7 +605,7 @@ jobs:
605
- os: windows-2025
606
node-version: 22
607
runs-on: ${{ matrix.os }}
608
- timeout-minutes: ${{ matrix.os == 'windows-2025' && 35 || 25 }}
+ timeout-minutes: ${{ matrix.os == 'windows-2025' && 40 || 25 }}
609
needs:
610
- do_include_e2e
611
- build
@@ -634,7 +634,7 @@ jobs:
634
env:
635
PACKAGE_MANAGER: ${{ matrix.pkg-manager }}
636
637
- timeout-minutes: 25
638
639
640
0 commit comments