Skip to content

Commit

Permalink
More attempts and wait to set up docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Jan 11, 2025
1 parent edf5718 commit 7b0b418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hudi/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 7b0b418

Please sign in to comment.