diff --git a/autotests/integration/globalshortcuts_test.cpp b/autotests/integration/globalshortcuts_test.cpp index 29679398ba..18a7b1497a 100644 --- a/autotests/integration/globalshortcuts_test.cpp +++ b/autotests/integration/globalshortcuts_test.cpp @@ -216,10 +216,10 @@ void GlobalShortcutsTest::testRepeatedTrigger() QVERIFY(triggeredSpy.wait()); // now release the key kwinApp()->platform()->keyboardKeyReleased(KEY_5, timestamp++); - QVERIFY(!triggeredSpy.wait(500)); + QVERIFY(!triggeredSpy.wait(50)); kwinApp()->platform()->keyboardKeyReleased(KEY_WAKEUP, timestamp++); - QVERIFY(!triggeredSpy.wait(500)); + QVERIFY(!triggeredSpy.wait(50)); // release shift kwinApp()->platform()->keyboardKeyReleased(KEY_LEFTSHIFT, timestamp++);