X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/b3fd1e86754e11dd196c544b44a6c8a2ad241469..f36d5c6f216b5b8cc92e04b2a6f3148e95e50585:/test_git_cache.py diff --git a/test_git_cache.py b/test_git_cache.py index 7408cad..ecb11e8 100644 --- a/test_git_cache.py +++ b/test_git_cache.py @@ -37,6 +37,8 @@ class TestGitCache(unittest.TestCase): os.environ['GIT_AUTHOR_EMAIL'] = 'test_git_cache@example.com' os.environ['GIT_COMMITTER_EMAIL'] = 'test_git_cache@example.com' + os.environ['BACKOFF_MAX_TIME'] = '0' + self.tempdir = tempfile.TemporaryDirectory(prefix='git_cache_test-') self.upstream = os.path.join(self.tempdir.name, 'upstream') subprocess.run(['git', 'init', self.upstream], check=True)