Skip to content

Commit

Permalink
Upgrade tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Mar 17, 2024
1 parent 89d66cd commit 8fbc09d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Tests
on:
push:
paths:
- '**.php'
- '.github/workflows/run-tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'
- "**.php"
- ".github/workflows/run-tests.yml"
- "phpunit.xml.dist"
- "composer.json"
- "composer.lock"

jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 10
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 8fbc09d

Please sign in to comment.