autotests: Make testNoGlobalShortcuts quicker
This commit is contained in:
parent
f04ad754ce
commit
9751aca548
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue