From 36b163ac2e07ace46c1ad43b83e5e02e0c1af73d Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 4 Aug 2020 14:50:47 -0700 Subject: [PATCH] Make tests fast again when using recent git-cache with backoff --- Changelog | 2 ++ tests/lib/test-setup.sh | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.44.1