Skip to content

Commit fa5ebc9

Browse files
author
MarcoFalke
committed
ci: Double ctest timeout
1 parent 62e4516 commit fa5ebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/03_test_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if [ "$RUN_CHECK_DEPS" = "true" ]; then
146146
fi
147147

148148
if [ "$RUN_UNIT_TESTS" = "true" ]; then
149-
DIR_UNIT_TEST_DATA="${DIR_UNIT_TEST_DATA}" LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" CTEST_OUTPUT_ON_FAILURE=ON ctest "${MAKEJOBS}" --timeout $((TEST_RUNNER_TIMEOUT_FACTOR * 30 ))
149+
DIR_UNIT_TEST_DATA="${DIR_UNIT_TEST_DATA}" LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" CTEST_OUTPUT_ON_FAILURE=ON ctest "${MAKEJOBS}" --timeout $(( TEST_RUNNER_TIMEOUT_FACTOR * 60 ))
150150
fi
151151

152152
if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then

0 commit comments

Comments
 (0)