Keep flaky max_runs=3, sometimes build jobs overlap a bit
This commit is contained in:
parent
c8d349cfb6
commit
8bca1d2794
|
@ -39,7 +39,7 @@ class PyLastTestCase(unittest.TestCase):
|
||||||
self.assertTrue(str.endswith(suffix, start, end))
|
self.assertTrue(str.endswith(suffix, start, end))
|
||||||
|
|
||||||
|
|
||||||
@flaky(max_runs=1, min_passes=1)
|
@flaky(max_runs=3, min_passes=1)
|
||||||
class TestPyLastWithLastFm(PyLastTestCase):
|
class TestPyLastWithLastFm(PyLastTestCase):
|
||||||
|
|
||||||
secrets = None
|
secrets = None
|
||||||
|
|
Loading…
Reference in a new issue