[autotests] Try making StrutsTest::testWindowMoveWithPanelBetweenScreens more robust

Flaky on build.kde.org. Let's add some more time between the movements.
icc-effect-5.14.5
Martin Gräßlin 2017-08-09 17:54:42 +02:00
parent ad4a3107d5
commit 5ff9aa7cf5
1 changed files with 1 additions and 0 deletions

View File

@ -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);