Skip to content

Commit

Permalink
Increase scrutinizer timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 19, 2024
1 parent f2305e9 commit 4314bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
tests:
override:
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg'
idle_timeout: 300
coverage:
file: '.coverage'
config_file: 'setup.cfg'
Expand All @@ -27,6 +28,7 @@ build:
before:
- pip install -r requirements.txt
override: [pytest]
idle_timeout: 300
checks:
python:
code_rating: true
Expand Down

0 comments on commit 4314bb2

Please sign in to comment.