summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-10-05 10:10:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-08 08:46:07 +0200
commit89245069921c5de7e748c289647c2af16c71c499 (patch)
tree75ddacd8c29581283df33d577125e1dd515b919f /tests/auto/tools/qmake
parentba8f3002d49d9941b2991fbe4d78883ea59827b2 (diff)
Increase tst_qmake more time on Windows.
The test compiles examples, which takes a long time. Task-number: 26023 Change-Id: If794b046aa07737f3076aace8d585dc44027cc6b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/tools/qmake')
-rw-r--r--tests/auto/tools/qmake/qmake.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/tools/qmake/qmake.pro b/tests/auto/tools/qmake/qmake.pro
index 23c488b8f6..e091a74d7c 100644
--- a/tests/auto/tools/qmake/qmake.pro
+++ b/tests/auto/tools/qmake/qmake.pro
@@ -1,5 +1,7 @@
CONFIG += testcase
CONFIG += parallel_test
+# Allow more time since examples are compiled, which may take longer on Windows.
+win32:testcase.timeout=900
TARGET = tst_qmake
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp