From b90b3ee4c9fc79343f6ee1cc0de13c3850b53067 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 30 Aug 2019 17:13:49 +0000 Subject: [PATCH] Travis-CI: adjust out-of-tree settings - run for each kernel version 3 times - no more than 20 minutes for exploit testing - success if more than 95% of runs is ok --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cae29e..c61abc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ before_script: script: - | cd $TRAVIS_BUILD_DIR/$EXPLOIT - sudo $(which out-of-tree) pew --max=8 + sudo $(which out-of-tree) pew --runs=3 --timeout=20m --threshold=0.95