From d2551a711786b3c43ac6fef6cabd8555142f1924 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Thu, 20 Aug 2009 09:41:21 +0200 Subject: We can use runs = 100 in the test case. On Symbian platform it will take longer time. --- tests/auto/qhostinfo/tst_qhostinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12