feat(k1): complete primary acquisition lifecycle
This commit is contained in:
@@ -389,7 +389,8 @@ def test_close_during_blocked_factory_closes_the_late_bridge(tmp_path: Path) ->
|
||||
runtime.start_replay(capture, speed=0.0)
|
||||
assert factory_entered.wait(timeout=2.0)
|
||||
|
||||
runtime.close(wait_seconds=0.01)
|
||||
with pytest.raises(RuntimeError, match="evidence lease сохранены"):
|
||||
runtime.close(wait_seconds=0.01)
|
||||
release_factory.set()
|
||||
deadline = time.monotonic() + 2.0
|
||||
while time.monotonic() < deadline and not recording.disconnected:
|
||||
|
||||
Reference in New Issue
Block a user