Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Travis: extra time to avoid timeout failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Aug 20, 2014
1 parent 97bc670 commit 1554930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# We keep the global timeout for testing way shorter than the default of 60.
# This is done to limit execution time when tests are broken and also to spot
# performance regressions.
TIMEOUT = 5 if 'TRAVIS' in os.environ else 1
TIMEOUT = 10 if 'TRAVIS' in os.environ else 1


def knownfail(func):
Expand Down

0 comments on commit 1554930

Please sign in to comment.