]> danny-edel.de - dspdfviewer.git/commitdiff
Set a default testing timeout of 60 secs
authorDanny Edel <mail@danny-edel.de>
Mon, 4 Apr 2016 09:14:14 +0000 (11:14 +0200)
committerDanny Edel <mail@danny-edel.de>
Mon, 4 Apr 2016 15:52:57 +0000 (17:52 +0200)
CMakeLists.txt

index 58e24e3926bcea479be889d64f06089f7a4d18b6..b92038eb025d89526dfeedb6acd935b7588b3c6e 100644 (file)
@@ -72,6 +72,8 @@ target_link_libraries(dspdfviewer libdspdfviewer)
 ### ... and link it with the tests to produce a testing executable.
 if(BuildTests)
        # Run unit tests regardless of debug/release
+       # Set a default timeout to 60 seconds
+       set(DART_TESTING_TIMEOUT 60)
        include(CTest)
        add_subdirectory(testing)
 endif()