We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d5c02 commit 571c355Copy full SHA for 571c355
.gitlab/ci/build.yml
@@ -252,7 +252,10 @@ variables:
252
;;
253
valgrind)
254
G_DEBUG=gc-friendly G_SLICE=always-malloc
255
- ctest_extra="-T memcheck -LE NO_MEMCHECK --test-timeout 10800"
+ # Default timeout per test is 1500 (25 min)
256
+ export CTEST_TIMEOUT=2700
257
+ export CTEST_TEST_TIMEOUT=${CTEST_TIMEOUT}
258
+ ctest_extra="-T memcheck -LE NO_MEMCHECK --timeout ${CTEST_TIMEOUT}"
259
260
esac
261
if [ -n "${FINGERPRINT}" ]; then
0 commit comments