Skip to content

Commit

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

0 comments on commit c90c4ae

Please sign in to comment.