Skip to content

Commit 6b4e468

Browse files
committed
tests: increase retries for QuPath install test
1 parent 4d2963b commit 6b4e468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aignostics/qupath/cli_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_cli_install_launch_project_annotations_headless(runner: CliRunner, tmpd
137137
platform.system() == "Linux" and platform.machine() in {"aarch64", "arm64"},
138138
reason="QuPath is not supported on ARM64 Linux",
139139
)
140-
@pytest.mark.flaky(retries=1, delay=5, only_on=[AssertionError])
140+
@pytest.mark.flaky(retries=3, delay=5, only_on=[AssertionError])
141141
@pytest.mark.timeout(timeout=60 * 10)
142142
@pytest.mark.sequential
143143
def test_cli_install_and_launch_ui(runner: CliRunner, qupath_teardown) -> None:

0 commit comments

Comments
 (0)