diff --git a/tests/everest/test_logging.py b/tests/everest/test_logging.py index 51f7b60bfd3..cbbb1019668 100644 --- a/tests/everest/test_logging.py +++ b/tests/everest/test_logging.py @@ -19,6 +19,7 @@ def string_exists_in_file(file_path, string): return string in txt +@pytest.mark.flaky(reruns=5) @pytest.mark.timeout(60) # Simulation might not finish @pytest.mark.integration_test @pytest.mark.xdist_group(name="starts_everest")