Skip to content

Commit

Permalink
Set MAX_PHPCS_PERF_SECS to 0.4 since 0.2 seems average
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 8, 2024
1 parent b90d9da commit f1b3180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b3180

Please sign in to comment.