Skip to content

Commit

Permalink
Merge pull request #321 from maartenbreddels/fix_test_timeout
Browse files Browse the repository at this point in the history
test: set timeout of pytest_tornado to 20 seconds to avoid false CI failured
  • Loading branch information
maartenbreddels committed Jul 24, 2019
2 parents 3cce6bf + 20db2b8 commit cb53a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ install:
before_script:
- flake8 voila tests setup.py
script:
- VOILA_TEST_DEBUG=1 py.test tests/
- VOILA_TEST_DEBUG=1 py.test tests/ --async-test-timeout=20
- voila --help # Making sure we can run `voila --help`

0 comments on commit cb53a0d

Please sign in to comment.