Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 28, 2017
1 parent ca9f751 commit 9519d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_terminal/tests/test_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_close_terminal_manually(qtbot):
qtbot.wait(1000)

term.exec_cmd(EXIT)
qtbot.wait(1000)
qtbot.wait(5000)

final_num = terminal.tabwidget.count()
assert final_num == initial_num - 1

0 comments on commit 9519d87

Please sign in to comment.