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

Commit 57bce37

Browse files
committed
Set timeout to 60 min
1 parent c138e7a commit 57bce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: ${{ inputs.os }}
2929
runs-on: ${{ inputs.os }}
3030
# These tests can really drag on Windows CI runner!
31-
timeout-minutes: 120
31+
timeout-minutes: 60
3232

3333
steps:
3434
- name: Checkout repository

0 commit comments

Comments
 (0)