Skip to content

Commit

Permalink
fix: execstack
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 5, 2024
1 parent 5a1eb8f commit 6a01db7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/transcriber_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ def test_transcribe(
transcriber.completed.connect(mock_completed)
transcriber.error.connect(mock_error)

with qtbot.wait_signals(
[transcriber.completed, transcriber.error], timeout=10 * 60 * 1000
):
with qtbot.wait_signal(transcriber.completed, timeout=10 * 60 * 1000):
transcriber.run()

mock_error.assert_not_called()
Expand Down

0 comments on commit 6a01db7

Please sign in to comment.