We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b212d73 commit d0a0d15Copy full SHA for d0a0d15
test/test_modes/test_goto_assignments.py
@@ -77,11 +77,11 @@ def test_multiple_results(editor):
77
editor.setPlainText(code)
78
mode = get_mode(editor)
79
TextHelper(editor).goto_line(1, 4)
80
- QTest.qWait(1000)
+ QTest.qWait(5000)
81
mode.request_goto()
82
assert flg_multi is False
83
QtCore.QTimer.singleShot(1000, accept_dlg)
84
85
assert flg_multi is True
86
87
0 commit comments