Cred helper: load token, token support. RepoTool: timeout
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user