Skip to content

Commit 77aa072

Browse files
authored
Update delay-time in celery flaky-test (#61325)
1 parent 40f6ec1 commit 77aa072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/celery/tests/integration/celery/test_celery_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def teardown_method(self) -> None:
126126
db.clear_db_runs()
127127
db.clear_db_jobs()
128128

129-
@pytest.mark.flaky(reruns=3)
129+
@pytest.mark.flaky(reruns=5, reruns_delay=3)
130130
@pytest.mark.parametrize("broker_url", _prepare_test_bodies())
131131
@pytest.mark.parametrize(
132132
"executor_config",

0 commit comments

Comments
 (0)