add mysql timeout

This commit is contained in:
Shivaram Lingamneni 2020-02-20 23:27:00 -05:00
parent 7465c6432f
commit 1b372e996a

View File

@ -117,6 +117,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
"user": "oragono", "user": "oragono",
"password": MYSQL_PASSWORD, "password": MYSQL_PASSWORD,
"history-database": "oragono_history", "history-database": "oragono_history",
"timeout": "3s",
} }
config['accounts']['bouncer'] = { config['accounts']['bouncer'] = {
'enabled': True, 'enabled': True,