diff --git a/tests/test_pylast.py b/tests/test_pylast.py index ee14679..1574d13 100755 --- a/tests/test_pylast.py +++ b/tests/test_pylast.py @@ -31,7 +31,7 @@ def load_secrets(): return doc -@flaky +@flaky(max_runs=5, min_passes=1) class TestPyLast(unittest.TestCase): secrets = None