mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Use travis timeout; expand documentation on timeout.
This commit is contained in:
@@ -208,10 +208,13 @@ We use [pytest](http://doc.pytest.org/en/latest/) for **running tests**:
|
||||
pytest jupyterhub/tests
|
||||
```
|
||||
|
||||
If you see test failures because of timeouts, you may wish to increase the timeout from the default of 5 seconds:
|
||||
If you see test failures because of timeouts, you may wish to increase the
|
||||
`ASYNC_TEST_TIMEOUT` used by the
|
||||
[pytest-tornado-plugin](https://github.com/eugeniy/pytest-tornado/blob/c79f68de2222eb7cf84edcfe28650ebf309a4d0c/README.rst#markers)
|
||||
from the default of 5 seconds:
|
||||
|
||||
```bash
|
||||
export ASYNC_TEST_TIMEOUT=30
|
||||
export ASYNC_TEST_TIMEOUT=15
|
||||
```
|
||||
|
||||
### Building the Docs locally
|
||||
|
Reference in New Issue
Block a user