summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qsensorgestures/plugins/test/qtestrecognizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsensorgestures/plugins/test/qtestrecognizer.cpp b/tests/auto/qsensorgestures/plugins/test/qtestrecognizer.cpp
index 25863ec5..44fb3178 100644
--- a/tests/auto/qsensorgestures/plugins/test/qtestrecognizer.cpp
+++ b/tests/auto/qsensorgestures/plugins/test/qtestrecognizer.cpp
@@ -53,7 +53,7 @@ void QTestRecognizer::timeout()
{
Q_EMIT detected("tested");
Q_EMIT tested();
- QTimer::singleShot(10,this, SLOT(timeout()));
+ QTimer::singleShot(100, this, SLOT(timeout()));
}