From 7b0b4186d134c0e48803c9ad500724b92cb5604b Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Sat, 11 Jan 2025 10:21:58 +0100 Subject: [PATCH] More attempts and wait to set up docker-compose --- hudi/tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hudi/tests/conftest.py b/hudi/tests/conftest.py index 36ab7c1e5b80e..3cb4c988b2626 100644 --- a/hudi/tests/conftest.py +++ b/hudi/tests/conftest.py @@ -17,5 +17,7 @@ def dd_environment(): with docker_run( compose_file=compose_file, conditions=[CheckDockerLogs('spark-app-hudi', 'finished: show at script.scala:163')], + attempts=5, + attempts_wait=5, ): yield CHECK_CONFIG, {'use_jmx': True}