From f1b3180042638b27df4897b969826cf914e3a724 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Sun, 8 Dec 2024 14:50:44 -0500 Subject: [PATCH] Set MAX_PHPCS_PERF_SECS to 0.4 since 0.2 seems average --- .github/workflows/csqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csqa.yml b/.github/workflows/csqa.yml index cdfd6a0..6a7de13 100644 --- a/.github/workflows/csqa.yml +++ b/.github/workflows/csqa.yml @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest env: - MAX_PHPCS_PERF_SECS: 0.6 + MAX_PHPCS_PERF_SECS: 0.4 steps: - name: Checkout code