report immediate ufuzz failure from Pull Request (#4128)

This commit is contained in:
Alex Lam S.L
2020-09-19 13:31:37 +01:00
committed by GitHub
parent 31c6b45036
commit f0ae03ed39
2 changed files with 8 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ jobs:
npm config set update-notifier false
npm --version
while !(npm install); do echo "'npm install' failed - retrying..."; done
PERIOD=1800000
PERIOD=-2000
if [[ $CAUSE == "schedule" ]]; then
PERIOD=`node test/ufuzz/actions $BASE_URL $TOKEN`
fi