From 5ff9aa7cf5c0f0fb8a1d53f7ada1ec794612ac74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 9 Aug 2017 17:54:42 +0200 Subject: [PATCH] [autotests] Try making StrutsTest::testWindowMoveWithPanelBetweenScreens more robust Flaky on build.kde.org. Let's add some more time between the movements. --- autotests/integration/struts_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/struts_test.cpp b/autotests/integration/struts_test.cpp index d0178e9e73..229437b782 100644 --- a/autotests/integration/struts_test.cpp +++ b/autotests/integration/struts_test.cpp @@ -945,6 +945,7 @@ void StrutsTest::testWindowMoveWithPanelBetweenScreens() // move to next screen - step is 8 pixel, so 800 pixel for (int i = 0; i < 100; i++) { client2->keyPressEvent(Qt::Key_Left); + QTest::qWait(50); } client2->keyPressEvent(Qt::Key_Enter); QCOMPARE(client2->isMove(), false);