Skip to content

Commit 5343323

Browse files
authored
Set CI timeout to 4 minutes on Windows env (#7853)
1 parent 4f91a37 commit 5343323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ['8.3', '8.4', '8.5']
2222

2323
runs-on: ${{ matrix.os }}
24-
timeout-minutes: 3
24+
timeout-minutes: ${{ matrix.os == 'windows-latest' && 4 || 3 }}
2525

2626
name: PHP ${{ matrix.php-versions }} tests (${{ matrix.os }})
2727
steps:

0 commit comments

Comments
 (0)