Skip to content

Commit

Permalink
Fix potentially flaky test for fm_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Feb 11, 2025
1 parent dd9be56 commit facbe44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ def test_retry_of_jobs_json_file_read(unused_tcp_port, tmp_path, monkeypatch, ca

def create_jobs_file_after_lock():
wait_until(
lambda: f"Could not find file {FORWARD_MODEL_DESCRIPTION_FILE}, retrying",
lambda: f"Could not find file {FORWARD_MODEL_DESCRIPTION_FILE}, retrying"
in caplog.text,
interval=0.1,
timeout=2,
)
Expand Down

0 comments on commit facbe44

Please sign in to comment.