From 1b372e996ab8afb13c65e924db3be474b1d265b1 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 20 Feb 2020 23:27:00 -0500 Subject: [PATCH] add mysql timeout --- irctest/server_tests/test_chathistory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/irctest/server_tests/test_chathistory.py b/irctest/server_tests/test_chathistory.py index 8f58a4d..7cf5ca5 100644 --- a/irctest/server_tests/test_chathistory.py +++ b/irctest/server_tests/test_chathistory.py @@ -117,6 +117,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase): "user": "oragono", "password": MYSQL_PASSWORD, "history-database": "oragono_history", + "timeout": "3s", } config['accounts']['bouncer'] = { 'enabled': True,