Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 0abda9f

Browse files
committed
Extend timeout on Windows CI runners
1 parent 247f70b commit 0abda9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit-tests-run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
phpunit-tests:
2828
name: ${{ inputs.os }}
2929
runs-on: ${{ inputs.os }}
30-
timeout-minutes: 20
30+
# These tests can really drag on Windows CI runner!
31+
timeout-minutes: 120
3132

3233
steps:
3334
- name: Checkout repository

0 commit comments

Comments
 (0)