File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ target_link_libraries(dspdfviewer libdspdfviewer)
72
72
### ... and link it with the tests to produce a testing executable.
73
73
if (BuildTests )
74
74
# Run unit tests regardless of debug/release
75
+ # Set a default timeout to 60 seconds
76
+ set (DART_TESTING_TIMEOUT 60 )
77
+ set (CTEST_TEST_TIMEOUT 60 )
75
78
include (CTest )
76
79
add_subdirectory (testing )
77
80
endif ()
Original file line number Diff line number Diff line change @@ -9,6 +9,3 @@ if [ "$TRAVIS_OS_NAME" = "linux" ] ; then
9
9
else
10
10
ctest --output-on-failure --timeout 60
11
11
fi
12
-
13
- # print coverage report, ignore errors
14
- ctest -T coverage || true
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ if(UseQtFive)
136
136
)
137
137
set_tests_properties (testswapscreen
138
138
PROPERTIES
139
- TIMEOUT 60
140
139
SKIP_RETURN_CODE 77
141
140
)
142
141
endif ()
You can’t perform that action at this time.
0 commit comments