This commit is contained in:
Jack Robison 2021-07-20 16:03:34 -04:00
parent 9a8f9f0a94
commit 7ad5822c5b
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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