forked from LBRYCommunity/lbry-sdk
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):
|
||||
max_misuse_attempts = 40000
|
||||
max_misuse_attempts = 80000
|
||||
|
||||
def setup_db(self):
|
||||
self.db = sqlite3.connect(":memory:", isolation_level=None)
|
||||
|
|
Loading…
Reference in a new issue