tests: increase request timeout
* increases HTTP request timeout in tests * closes #257
This commit is contained in:
parent
936f116d69
commit
236eaee456
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import tornado.testing
|
|||
import cara.apps.calculator
|
||||
from cara.apps.calculator.report_generator import generate_permalink
|
||||
|
||||
_TIMEOUT = 20.
|
||||
_TIMEOUT = 30.
|
||||
|
||||
@pytest.fixture
|
||||
def app():
|
||||
|
|
|
|||
Loading…
Reference in a new issue