Agent side git checkout timeout
Hi,
I'm running TC 2017.1, just upgraded from v. 10.
I've always tried to use agent side checkout for one of my git repos, but never succeded in: the first clone always times out even setting the teamcity.git.idle.timeout.seconds property to 10000!
The repo is quite heavy, on a "good" client it takes more or less 20 minutes to clone from scratch; surprisingly on the same agent that times out (actually not a very performing machine...), a git clone launched from command line completes in almost 40 minutes!
Got some suggestions?
Thanks in advance
Alessandro
Please sign in to leave a comment.
Hi Alessandro,
Sorry for the delay. We have had connectivity issues with some antivirus that were disrupting network transfers from agents, so you might want to check that. Also, does the timeout trigger after the 10000 seconds? Or does it trigger earlier than that?
Hi Denis,
actually it seems I have solved the problem a few days ago by upgrading git to the latest version (2.12.2.2), though this leaves me quite in the doubt as the previously installed version wasn't that old - sorry for not notifying before.
Now the agents are running quite fine, the repo has been succesfully cloned in the new working directory without timeouts.
Thank you
Alessandro