set ASYNC_TEST_TIMEOUT=15 on Travis

Travis is super slow and default timeout is 5 seconds, which is too low sometimes.
This commit is contained in:
Min RK
2017-07-27 12:48:46 +02:00
parent afc968146d
commit e7fe6d25b6

View File

@@ -5,6 +5,9 @@ python:
- 3.6
- 3.5
- 3.4
env:
global:
- ASYNC_TEST_TIMEOUT=15
# installing dependencies
before_install: