Skip to content

Commit 4314bb2

Browse files
Increase scrutinizer timeout.
1 parent f2305e9 commit 4314bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
tests:
1111
override:
1212
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg'
13+
idle_timeout: 300
1314
coverage:
1415
file: '.coverage'
1516
config_file: 'setup.cfg'
@@ -27,6 +28,7 @@ build:
2728
before:
2829
- pip install -r requirements.txt
2930
override: [pytest]
31+
idle_timeout: 300
3032
checks:
3133
python:
3234
code_rating: true

0 commit comments

Comments
 (0)