From a382b366bcd0e2ddff71f07ae701626f0ba48e00 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 22 Feb 2016 21:46:54 +0100 Subject: [PATCH] tests: increase wait time Otherwise the test might still fail on some systems --- tests/integration/features/misc.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index 416836b3b..8fa35c558 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -295,7 +295,7 @@ Feature: Various utility commands. # WORKAROUND to prevent the "Painter ended with 2 saved states" warning # Might be related to https://bugreports.qt.io/browse/QTBUG-13524 and # a weird interaction with the previous test. - When I wait 0.5s + When I wait 1s And I set content -> enable-pdfjs to true And I set completion -> download-path-suggestion to filename And I set storage -> prompt-download-directory to true