diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-09-19 13:31:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 20:31:37 +0800 |
commit | f0ae03ed3933fb967921924dc524f4cca8587ce4 (patch) | |
tree | e98ec7209ce08f302410c9a566c290ec48dda82f /.github | |
parent | 31c6b45036ca67e94b55601ff99f19ea2ccd1036 (diff) | |
download | tracifyjs-f0ae03ed3933fb967921924dc524f4cca8587ce4.tar.gz tracifyjs-f0ae03ed3933fb967921924dc524f4cca8587ce4.zip |
report immediate `ufuzz` failure from Pull Request (#4128)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ufuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 4a55eb48..88c235f1 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -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 |