fix test
This commit is contained in:
parent
9a8f9f0a94
commit
7ad5822c5b
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class TestUpgrade(AsyncioTestCase):
|
||||||
|
|
||||||
|
|
||||||
class TestSQLiteRace(AsyncioTestCase):
|
class TestSQLiteRace(AsyncioTestCase):
|
||||||
max_misuse_attempts = 40000
|
max_misuse_attempts = 80000
|
||||||
|
|
||||||
def setup_db(self):
|
def setup_db(self):
|
||||||
self.db = sqlite3.connect(":memory:", isolation_level=None)
|
self.db = sqlite3.connect(":memory:", isolation_level=None)
|
||||||
|
|
Loading…
Add table
Reference in a new issue