forked from LBRYCommunity/lbry-sdk
Bump max_misuse_attempts by 50% to 120000.
This commit is contained in:
parent
8c6c7b655c
commit
b99102f9c9
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 = 80000
|
max_misuse_attempts = 120000
|
||||||
|
|
||||||
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…
Reference in a new issue