From c667e09ba0676cebb741e8ae6313792be748248f Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 17 Feb 2020 22:54:42 +0000 Subject: [PATCH] ci: pass max_total_time to libFuzzer Since clang was updated to 9.0.1 libFuzzer has been exiting with 72 when it's run with timeout. Let's pass -max_total_time to it instead. --- travis-ci/managers/fuzzbuzz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh index b89cfba11a..c841af1214 100755 --- a/travis-ci/managers/fuzzbuzz.sh +++ b/travis-ci/managers/fuzzbuzz.sh @@ -17,7 +17,7 @@ pip3 install meson cd $REPO_ROOT export PATH="$HOME/.local/bin/:$PATH" tools/oss-fuzz.sh -timeout --preserve-status 5 ./out/fuzz-unit-file +./out/fuzz-unit-file -max_total_time=5 git clean -dxff wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz