Cred helper: load token, token support. RepoTool: timeout

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-08-05 23:05:33 +02:00
parent de67130fd5
commit b3b9fbf0c8
4 changed files with 147 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class RepoTool:
self._last_fetch_data = remote.fetch(
["+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*"],
progress = GitRemoteProgress(),
kill_after_timeout = 60,
kill_after_timeout = 600,
prune = True
)
log.debug("Fetch finished!")