diff --git a/test/registry_tests.py b/test/registry_tests.py index a897968cf..9afc0fc7c 100644 --- a/test/registry_tests.py +++ b/test/registry_tests.py @@ -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