summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2021-05-11 16:51:25 +0300
committerSergey Shepelev <temotor@gmail.com>2021-05-11 16:51:25 +0300
commit60d52530ea67caec46a34bb97d0a0812f4ca8c33 (patch)
tree9e914dae96766ccb04915d545ee5a6933d3a5c1f
parent520dba88663143ebc84bedee836b926336a7c686 (diff)
downloadeventlet-60d52530ea67caec46a34bb97d0a0812f4ca8c33.tar.gz
tests: extend default mysqldb test timeout to 5s
-rw-r--r--tests/mysqldb_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysqldb_test.py b/tests/mysqldb_test.py
index 578de4e..c5d1931 100644
--- a/tests/mysqldb_test.py
+++ b/tests/mysqldb_test.py
@@ -38,6 +38,8 @@ def mysql_requirement(_f):
class TestMySQLdb(tests.LimitedTestCase):
+ TEST_TIMEOUT = 5
+
def setUp(self):
self._auth = get_database_auth()['MySQLdb']
self.create_db()