From: <svn...@op...> - 2009-08-15 12:36:18
|
Author: scriptor Date: Sat Aug 15 14:36:00 2009 New Revision: 5717 URL: http://www.opensync.org/changeset/5717 Log: I have increased the general timeout from 5 minutes to 8 minutes. At least sometimes it seems, that this is necessary for the test "osynctool_add_mod_del_all_four_xmlfiles". Modified: plugins/ldap-sync/CTestConfig.cmake plugins/ldap-sync/tests/CMakeLists.txt Modified: plugins/ldap-sync/CTestConfig.cmake ============================================================================== --- plugins/ldap-sync/CTestConfig.cmake Thu Aug 13 23:00:54 2009 (r5716) +++ plugins/ldap-sync/CTestConfig.cmake Sat Aug 15 14:36:00 2009 (r5717) @@ -22,7 +22,7 @@ IF (RUN_LONG_TESTS) SET ( TIMEOUT 3600 CACHE STRING "General timeout value." FORCE ) ELSE(RUN_LONG_TESTS) - SET ( TIMEOUT 300 CACHE STRING "General timeout value." FORCE ) + SET ( TIMEOUT 480 CACHE STRING "General timeout value." FORCE ) ENDIF(RUN_LONG_TESTS) SET ( CTEST_TEST_TIMEOUT ${TIMEOUT} CACHE STRING "The most natural variable for a timeout setting does NOT work. Great!" FORCE ) Modified: plugins/ldap-sync/tests/CMakeLists.txt ============================================================================== --- plugins/ldap-sync/tests/CMakeLists.txt Thu Aug 13 23:00:54 2009 (r5716) +++ plugins/ldap-sync/tests/CMakeLists.txt Sat Aug 15 14:36:00 2009 (r5717) @@ -22,7 +22,7 @@ IF (RUN_LONG_TESTS) SET ( TIMEOUT 3600 CACHE STRING "General timeout value." FORCE ) ELSE(RUN_LONG_TESTS) - SET ( TIMEOUT 300 CACHE STRING "General timeout value." FORCE ) + SET ( TIMEOUT 480 CACHE STRING "General timeout value." FORCE ) ENDIF(RUN_LONG_TESTS) SET ( CTEST_TEST_TIMEOUT ${TIMEOUT} CACHE STRING "The most natural variable for a timeout setting does NOT work. Great!" FORCE ) |