Skip to content

Commit c90c4ae

Browse files
Increase scrutinzer timeout.
1 parent e618d05 commit c90c4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
tests:
1111
override:
1212
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg'
13-
idle_timeout: 300
13+
idle_timeout: 600
1414
coverage:
1515
file: '.coverage'
1616
config_file: 'setup.cfg'
@@ -29,7 +29,7 @@ build:
2929
- pip install -r requirements.txt
3030
override:
3131
pytest:
32-
idle_timeout: 300
32+
idle_timeout: 600
3333
checks:
3434
python:
3535
code_rating: true

0 commit comments

Comments
 (0)