From 733625e140c5f4fa1657ac93d7b0439c849ad17f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 21 Jul 2018 23:33:23 +0200 Subject: [PATCH] Stabilize test_qute_settings_persistence --- tests/end2end/test_invocations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index 5a2e15048..341088db8 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -371,6 +371,7 @@ def test_qute_settings_persistence(short_tmpdir, request, quteproc_new): quteproc_new.open_path('qute://settings/') quteproc_new.send_cmd(':jseval --world main ' 'cset("search.ignore_case", "always")') + quteproc_new.wait_for(message='No output or error') assert quteproc_new.get_setting('search.ignore_case') == 'always'