Increase liveserver timeout on older registry tests

This commit is contained in:
Joseph Schorr 2018-07-24 15:51:21 -04:00
parent 57b5f4b363
commit 3ce8a0279a

View file

@ -256,6 +256,7 @@ class RegistryTestCaseMixin(LiveServerTestCase):
app.config['TESTING'] = True
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()
return app