Skip to content

Commit d351a37

Browse files
authored
Increase timeout for e2e create and package manager windows tests (#2859)
* Increase timeout for e2e create and package manager windows tests * poke ci
1 parent e35b127 commit d351a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/health_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605
- os: windows-2025
606606
node-version: 22
607607
runs-on: ${{ matrix.os }}
608-
timeout-minutes: ${{ matrix.os == 'windows-2025' && 35 || 25 }}
608+
timeout-minutes: ${{ matrix.os == 'windows-2025' && 40 || 25 }}
609609
needs:
610610
- do_include_e2e
611611
- build
@@ -634,7 +634,7 @@ jobs:
634634
env:
635635
PACKAGE_MANAGER: ${{ matrix.pkg-manager }}
636636
runs-on: ${{ matrix.os }}
637-
timeout-minutes: 25
637+
timeout-minutes: ${{ matrix.os == 'windows-2025' && 40 || 25 }}
638638
needs:
639639
- build
640640
- do_include_e2e

0 commit comments

Comments
 (0)