File: tests-timeout.patch

package info (click to toggle)
hdf5 1.14.6%2Brepack-1~exp17
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 210,244 kB
  • sloc: ansic: 715,827; f90: 42,941; java: 38,101; sh: 23,887; xml: 18,707; cpp: 18,011; perl: 2,383; makefile: 2,342; yacc: 332; python: 262; javascript: 203; lex: 157; ruby: 24; csh: 22
file content (13 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: hdf5/CTestConfig.cmake
===================================================================
--- hdf5.orig/CTestConfig.cmake
+++ hdf5/CTestConfig.cmake
@@ -37,7 +37,7 @@ set (VALGRIND_COMMAND_OPTIONS "-v --tool
 
 set (CTEST_TEST_TIMEOUT 1200 CACHE STRING
     "Maximum time allowed before CTest will kill the test.")
-set (DART_TESTING_TIMEOUT 1200 CACHE STRING
+set (DART_TESTING_TIMEOUT 3000 CACHE STRING
     "Maximum time allowed before CTest will kill the test." FORCE)
 
 set (CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING