From 663083e39cc8c2d287109de2c550f450b64c17d3 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 21 Jan 2026 23:44:32 +0700 Subject: [PATCH] Set timeout-minutes to 4 for all OS in tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 767f2436fb7..bbc18ce754f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: php-versions: ['8.3', '8.4', '8.5'] runs-on: ${{ matrix.os }} - timeout-minutes: ${{ matrix.os == 'windows-latest' && 4 || 3 }} + timeout-minutes: 4 name: PHP ${{ matrix.php-versions }} tests (${{ matrix.os }}) steps: