We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d6372 commit 4a77cadCopy full SHA for 4a77cad
src/tests/tests_slow_clipboard.cpp
@@ -68,7 +68,7 @@ void Tests::slowClipboard()
68
69
auto clipboard = platformNativeInterface()->clipboard();
70
for (int i = 0; i < 3; ++i) {
71
- QMimeData *data = new SlowMimeData(QByteArray::number(i), i == 2 ? 100 : 501);
+ QMimeData *data = new SlowMimeData(QByteArray::number(i), i == 2 ? 100 : 1000);
72
clipboard->setRawData(ClipboardMode::Clipboard, data);
73
waitFor(50);
74
}
0 commit comments