Skip to content

Commit cd03f3f

Browse files
regression
1 parent f025bc4 commit cd03f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aignostics/application/cli_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_cli_run_submit_fails_on_missing_url(runner: CliRunner, tmp_path: Path)
243243

244244
@pytest.mark.e2e
245245
@pytest.mark.long_running
246-
@pytest.mark.flaky(retries=2, delay=5, only_on=[AssertionError])
246+
@pytest.mark.flaky(retries=3, delay=5)
247247
@pytest.mark.timeout(timeout=60 * 10)
248248
def test_cli_run_submit_and_describe_and_cancel_and_download_and_delete( # noqa: PLR0915
249249
runner: CliRunner, tmp_path: Path, silent_logging

0 commit comments

Comments
 (0)