From: Scott Worley Date: Tue, 4 Aug 2020 21:50:47 +0000 (-0700) Subject: Make tests fast again when using recent git-cache with backoff X-Git-Tag: v3.0.1~2 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/36b163ac2e07ace46c1ad43b83e5e02e0c1af73d?hp=c36b350d8762bccc7a434bcbdd5587066f931061 Make tests fast again when using recent git-cache with backoff --- diff --git a/Changelog b/Changelog index 3b326d6..ecdc6db 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] +### Changed +- Make tests fast again when using recent git-cache with backoff ## [3.0.0] - 2020-07-10 diff --git a/tests/lib/test-setup.sh b/tests/lib/test-setup.sh index 4742ff0..86c23a2 100644 --- a/tests/lib/test-setup.sh +++ b/tests/lib/test-setup.sh @@ -1,5 +1,7 @@ set -e +export BACKOFF_MAX_TIME=0 + export GIT_AUTHOR_NAME=automation export GIT_COMMITTER_NAME=automation export GIT_AUTHOR_EMAIL=auto@mati.on