upd test delays to 500ms

This commit is contained in:
2025-07-30 08:42:11 +01:00
parent f335d8ffd2
commit 52e13922dc
3 changed files with 16 additions and 5 deletions

View File

@@ -49,7 +49,9 @@ def test_record_toggle():
result = runner.invoke(app, ['record', 'toggle'])
assert result.exit_code == 0
time.sleep(0.5) # Wait for the recording to toggle
if active:
assert 'Recording stopped successfully.' in result.stdout
else: