1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

travis: use 3 times the normal timeout when the tests are run under ASan+UBSan

This commit is contained in:
Evgeny Vereshchagin 2018-11-08 13:45:46 +01:00
parent 993476841a
commit cdd116b4e1

View File

@ -56,7 +56,7 @@ for phase in "${PHASES[@]}"; do
$DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing under ASan, skipping; exit 77' >/build/build/test-capability"
# Never remove halt_on_error from UBSAN_OPTIONS. See https://github.com/systemd/systemd/commit/2614d83aa06592aedb.
$DOCKER_EXEC sh -c "UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 ninja -C build test"
$DOCKER_EXEC sh -c "UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 meson test --timeout-multiplier=3 -C ./build/ --print-errorlogs"
;;
CLEANUP)
info "Cleanup phase"