From 3d73e11ccc721130af520539fd72d5326626e2c6 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 6 Mar 2014 12:01:52 +0100 Subject: Increase CI timeout for cmake tests. Change-Id: I1711f99f9e46f1d195684e3c3a714b00618dca2e Reviewed-by: Sergio Ahumada Reviewed-by: Stephen Kelly --- tests/auto/cmake/cmake.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro index 715e710490..9c715974f8 100644 --- a/tests/auto/cmake/cmake.pro +++ b/tests/auto/cmake/cmake.pro @@ -13,3 +13,4 @@ qtHaveModule(opengl): CMAKE_QT_MODULES_UNDER_TEST += opengl qtHaveModule(concurrent): CMAKE_QT_MODULES_UNDER_TEST += concurrent CONFIG += ctest_testcase +win32:testcase.timeout = 1000 # this test is slow on Windows -- cgit v1.2.3