Skip to content

Commit

Permalink
tests: Increase timeout for quteprocess_quitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jan 17, 2016
1 parent 9c5974c commit 11dc510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_quteprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_qt_log_ignore(qtbot, quteproc):

def test_quteprocess_quitting(qtbot, quteproc_process):
"""When qutebrowser quits, after_test should fail."""
with qtbot.waitSignal(quteproc_process.proc.finished):
with qtbot.waitSignal(quteproc_process.proc.finished, timeout=5000):
quteproc_process.send_cmd(':quit')
with pytest.raises(testprocess.ProcessExited):
quteproc_process.after_test()
Expand Down

0 comments on commit 11dc510

Please sign in to comment.