diff --git a/autotests/integration/no_global_shortcuts_test.cpp b/autotests/integration/no_global_shortcuts_test.cpp index ada09088f7..9905a7c9d6 100644 --- a/autotests/integration/no_global_shortcuts_test.cpp +++ b/autotests/integration/no_global_shortcuts_test.cpp @@ -188,7 +188,7 @@ void NoGlobalShortcutsTest::testKGlobalAccel() Test::keyboardKeyReleased(KEY_LEFTSHIFT, timestamp++); Test::keyboardKeyReleased(KEY_LEFTMETA, timestamp++); - QVERIFY(!triggeredSpy.wait()); + QVERIFY(!triggeredSpy.wait(100)); QCOMPARE(triggeredSpy.count(), 0); }