We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f6ec1 commit 77aa072Copy full SHA for 77aa072
providers/celery/tests/integration/celery/test_celery_executor.py
@@ -126,7 +126,7 @@ def teardown_method(self) -> None:
126
db.clear_db_runs()
127
db.clear_db_jobs()
128
129
- @pytest.mark.flaky(reruns=3)
+ @pytest.mark.flaky(reruns=5, reruns_delay=3)
130
@pytest.mark.parametrize("broker_url", _prepare_test_bodies())
131
@pytest.mark.parametrize(
132
"executor_config",
0 commit comments