We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e4516 commit fa5ebc9Copy full SHA for fa5ebc9
ci/test/03_test_script.sh
@@ -146,7 +146,7 @@ if [ "$RUN_CHECK_DEPS" = "true" ]; then
146
fi
147
148
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 ))
+ 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 ))
150
151
152
if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
0 commit comments