]> git.scottworley.com Git - pinch/commitdiff
Make tests fast again when using recent git-cache with backoff
authorScott Worley <scottworley@scottworley.com>
Tue, 4 Aug 2020 21:50:47 +0000 (14:50 -0700)
committerScott Worley <scottworley@scottworley.com>
Tue, 4 Aug 2020 21:50:47 +0000 (14:50 -0700)
Changelog
tests/lib/test-setup.sh

index 3b326d65319605f3c8c1b64b7ffe84e1a9e44435..ecdc6dbb218f8851f8a66beb0594275891a0550f 100644 (file)
--- 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
index 4742ff02a354a4b667ea2abaf552aa5c5e00465f..86c23a22797f3d1c3ae7a07b032dae60a98175d1 100644 (file)
@@ -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