Skip to content

Commit

Permalink
Sync test params with Linux & add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 18, 2024
1 parent 5ed3f3b commit ed6b7ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-php-matrix-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ jobs:
- name: Run test suite
working-directory: ${{ github.workspace }}/bin
timeout-minutes: 30
run: |
$env:REPORT_EXIT_STATUS=1
.\php.exe .\SDK\script\run-tests.php -P -c .\php.ini ${{ github.workspace }}\pmmpthread -q --show-diff --offline || exit 1
.\php.exe .\SDK\script\run-tests.php -P -q --show-diff --show-slow 30000 -n -c .\php.ini ${{ github.workspace }}\pmmpthread || exit 1

0 comments on commit ed6b7ee

Please sign in to comment.