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>
This commit is contained in:
parent
ba8f3002d4
commit
8924506992
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user