Increase liveserver timeout on older registry tests
This commit is contained in:
parent
57b5f4b363
commit
3ce8a0279a
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ class RegistryTestCaseMixin(LiveServerTestCase):
|
||||||
|
|
||||||
app.config['TESTING'] = True
|
app.config['TESTING'] = True
|
||||||
app.config['LIVESERVER_PORT'] = 0 # LiveServerTestCase will choose the port for us.
|
app.config['LIVESERVER_PORT'] = 0 # LiveServerTestCase will choose the port for us.
|
||||||
|
app.config['LIVESERVER_TIMEOUT'] = 15
|
||||||
app.config['DB_URI'] = get_new_database_uri()
|
app.config['DB_URI'] = get_new_database_uri()
|
||||||
return app
|
return app
|
||||||
|
|
||||||
|
|
Reference in a new issue