Skip to content

Commit 69798c9

Browse files
authored
Merge branch 'main' into stop_issues
2 parents eded47c + 791babd commit 69798c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_e2e_synthetic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ def test_hot_synthetic_restart_on_single_engine_does_not_hang(tmp_path: Path) ->
414414
payload = completed.stdout.strip()
415415
assert payload, completed.stderr
416416
stats = json.loads(payload)
417-
assert stats["first_close_elapsed_s"] < 2.0
418-
assert stats["final_close_elapsed_s"] < 2.0
417+
assert stats["first_close_elapsed_s"] < 10.0
418+
assert stats["final_close_elapsed_s"] < 10.0
419419
assert stats["wav_sizes"] == [size for size in stats["wav_sizes"] if size > 44]
420420
assert len(stats["wav_sizes"]) == 2
421421
assert stats["final_asr_closed"] is True

0 commit comments

Comments
 (0)