Bump max_misuse_attempts by 50% to 120000.

This commit is contained in:
Jonathan Moody 2022-09-21 11:47:30 -05:00 committed by Lex Berezhny
parent 8c6c7b655c
commit b99102f9c9

View file

@ -470,7 +470,7 @@ class TestUpgrade(AsyncioTestCase):
class TestSQLiteRace(AsyncioTestCase):
max_misuse_attempts = 80000
max_misuse_attempts = 120000
def setup_db(self):
self.db = sqlite3.connect(":memory:", isolation_level=None)