diff --git a/message_ix/tests/test_tutorials.py b/message_ix/tests/test_tutorials.py index 1ade463cd..29ebb0fb9 100644 --- a/message_ix/tests/test_tutorials.py +++ b/message_ix/tests/test_tutorials.py @@ -30,7 +30,7 @@ # Affects all tests in the file pytestmark = pytest.mark.flaky( - reruns=3, + reruns=5, rerun_delay=2, condition=GHA, reason="Flaky; fails occasionally on GitHub Actions runners", @@ -121,7 +121,7 @@ def nb_path(request, tutorial_path): def default_args(): """Default arguments for :func:`.run_notebook.""" - if GHA and sys.platform in ("darwin", "win32"): + if GHA: # Use a longer timeout return dict(timeout=30) else: