Tests no longer flaky, let's keep but reduce in case of temp net errors
This commit is contained in:
parent
f18fd3f758
commit
8def14de48
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class PyLastTestCase(unittest.TestCase):
|
|||
self.assertTrue(str.endswith(suffix, start, end))
|
||||
|
||||
|
||||
@flaky(max_runs=5, min_passes=1)
|
||||
@flaky(max_runs=3, min_passes=1)
|
||||
class TestPyLastWithLastFm(PyLastTestCase):
|
||||
|
||||
secrets = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue