summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-10-14 19:51:54 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-10-14 19:51:54 +0200
commit5efb5dac71baf7910be0ebf5debb2b0236adf8fe (patch)
treee01842e7e0c86c57096a49012381bd37f69dad52 /tests
parent8bd96b78bdf3598549d9de4256af4df93781c528 (diff)
parentd8e357f75a05bce5e1286c94e2b1954f6591218e (diff)
Merge remote-tracking branch 'origin/5.6' into dev
Diffstat (limited to 'tests')
-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()));
}