diff options
| -rw-r--r-- | tests/mysqldb_test.py | 2 |
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() |
