aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_textarea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/tst_textarea.qml')
-rw-r--r--tests/auto/controls/data/tst_textarea.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_textarea.qml b/tests/auto/controls/data/tst_textarea.qml
index adf3ff9f..bed1292c 100644
--- a/tests/auto/controls/data/tst_textarea.qml
+++ b/tests/auto/controls/data/tst_textarea.qml
@@ -83,9 +83,9 @@ TestCase {
// Long enough press duration => signal emitted
mousePress(control, 10, 10)
- // Add 10% extra time to allow the control to
+ // Add 20% extra time to allow the control to
// receive the timer event before we come back here
- wait(interval * 1.1)
+ wait(interval * 1.2)
compare(pressAndHoldSpy.count, 1)
mouseRelease(control)
compare(pressAndHoldSpy.count, 1)