Skip to content

Commit e225a9f

Browse files
committed
Increase timeout.
1 parent 9ae4307 commit e225a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- cd docs; make html
2525
# Run the test suit with coverage
2626
- cd ..
27-
- travis_wait 30 coverage run --source=axelrod -m unittest discover
27+
- travis_wait 60 coverage run --source=axelrod -m unittest discover
2828
- coverage report -m
2929
# Run the doctests
3030
- python doctests.py

0 commit comments

Comments
 (0)