Skip to content

Commit

Permalink
tests: Decrease timeout
Browse files Browse the repository at this point in the history
Decrease timeout from 35s to 20s
  • Loading branch information
SanketDG committed Feb 28, 2016
1 parent 9d02f80 commit b146a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ norecursedirs =
python_files = *Test.py
python_classes = *Test
python_functions = *_test
timeout = 35
timeout = 20
addopts = --color=yes
env =
PYTHONHASHSEED=0
Expand All @@ -19,7 +19,7 @@ branch = True
cover_pylib = False
source =
.
omit =
omit =
tests/*
.ci/*
setup.py
Expand Down

0 comments on commit b146a2a

Please sign in to comment.