From 9751aca548c4c46036395bd8a7897eaa70e85397 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 12 Jan 2023 00:24:42 +0200 Subject: [PATCH] autotests: Make testNoGlobalShortcuts quicker --- autotests/integration/no_global_shortcuts_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }