summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-08-20 07:41:21 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-08-20 07:43:07 (GMT)
commitd2551a711786b3c43ac6fef6cabd8555142f1924 (patch)
tree95e833f7239a893bf5e96f9d8388f319d5ae35cc /tests/auto/qhostinfo
parent78c4473499a9269615e0001fd6afa245d4674277 (diff)
downloadQt-d2551a711786b3c43ac6fef6cabd8555142f1924.zip
Qt-d2551a711786b3c43ac6fef6cabd8555142f1924.tar.gz
Qt-d2551a711786b3c43ac6fef6cabd8555142f1924.tar.bz2
We can use runs = 100 in the test case.
On Symbian platform it will take longer time.
Diffstat (limited to 'tests/auto/qhostinfo')
-rw-r--r--tests/auto/qhostinfo/tst_qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/tst_qhostinfo.cpp b/tests/auto/qhostinfo/tst_qhostinfo.cpp
index e129f87..6dbada1 100644
--- a/tests/auto/qhostinfo/tst_qhostinfo.cpp
+++ b/tests/auto/qhostinfo/tst_qhostinfo.cpp
@@ -391,7 +391,7 @@ protected:
void tst_QHostInfo::threadSafety()
{
const int nattempts = 5;
-#if defined(Q_OS_WINCE) || defined(Q_OS_SYMBIAN)
+#if defined(Q_OS_WINCE)
const int runs = 10;
#else
const int runs = 100;