Skip to content

Commit

Permalink
Increase the phpunit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 29, 2024
1 parent cfd5a29 commit 2130c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
phpunit-tests:
name: PHP ${{ inputs.php }} / ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }}
runs-on: ${{ inputs.os }}
timeout-minutes: 20
timeout-minutes: 30

steps:
- name: Configure environment variables
Expand Down

0 comments on commit 2130c4a

Please sign in to comment.