diff options
author | axis <qt-info@nokia.com> | 2010-11-05 09:25:39 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-11-05 09:25:39 (GMT) |
commit | 500f0dae6cab6d2bf48bcede64bba20d88578aa9 (patch) | |
tree | 1bc54cc3d08157292fd899d61c95c2b895adff23 /tests/auto | |
parent | c715f4108186c919773a612d9442ec55bc218ea1 (diff) | |
parent | e6ad4d01e1ff483f5ed81168ffa4500deaf69954 (diff) | |
download | Qt-500f0dae6cab6d2bf48bcede64bba20d88578aa9.zip Qt-500f0dae6cab6d2bf48bcede64bba20d88578aa9.tar.gz Qt-500f0dae6cab6d2bf48bcede64bba20d88578aa9.tar.bz2 |
Merge branch 'QT-4077-fix' into 4.7-s60
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qinputcontext/tst_qinputcontext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qinputcontext/tst_qinputcontext.cpp b/tests/auto/qinputcontext/tst_qinputcontext.cpp index 7811a53..5a258a9 100644 --- a/tests/auto/qinputcontext/tst_qinputcontext.cpp +++ b/tests/auto/qinputcontext/tst_qinputcontext.cpp @@ -158,8 +158,8 @@ public: } // For some reason, the test fails if using processEvents instead of an event loop - // with a zero timer to quit it, so use the timer. -#define KEY_WAIT 0 + // with a timer to quit it, so use the timer. +#define KEY_WAIT 10 void replay(QWidget *w) { |