mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
upd test delays to 500ms
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user