We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eded47c + 791babd commit 69798c9Copy full SHA for 69798c9
1 file changed
tests/test_e2e_synthetic.py
@@ -414,8 +414,8 @@ def test_hot_synthetic_restart_on_single_engine_does_not_hang(tmp_path: Path) ->
414
payload = completed.stdout.strip()
415
assert payload, completed.stderr
416
stats = json.loads(payload)
417
- assert stats["first_close_elapsed_s"] < 2.0
418
- assert stats["final_close_elapsed_s"] < 2.0
+ assert stats["first_close_elapsed_s"] < 10.0
+ assert stats["final_close_elapsed_s"] < 10.0
419
assert stats["wav_sizes"] == [size for size in stats["wav_sizes"] if size > 44]
420
assert len(stats["wav_sizes"]) == 2
421
assert stats["final_asr_closed"] is True
0 commit comments