-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git clone process (or any other process) is being terminated after 60 seconds for large repositories #13
Comments
Sounds like you are hitting your php script execution limit. See http://php.net/manual/en/function.set-time-limit.php |
This is not the php script execution limit because once the |
Did you see the note about "This function has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the php.ini." |
Cross-posting cpliakas/git-wrapper#92 as the issues sound similar. |
It seems it won't be fix. |
The ProcessBuilder created by Git::getProcessBuilder() has no timeout set so the default timeout of 60s is used.
There is no way to change the behavior of the mentioned method from outside world.
The text was updated successfully, but these errors were encountered: