Closed digitalartworks closed 8 years ago
Hi, I had similar problems during initial commit (after activating VersionPress). It is probably caused by very large repository.
You can try to change default value (60) for $timeout
in the same file wp-content/plugins/versionpress/vendor/symfony/process/Symfony/Component/Process/Process.php
on line 141.
Yes, that should do as a quick workaround. In the next release (possibly in 2.2) we will get rid of this arbitrary 60s timeout in Symfony\Process
so this problem should be gone.
(Funny thing is that we've already removed this limit earlier this year - in April - for initialization but when we introduced the cloning & merging features, we forgot to raise the timeout there as well. Sorry for that..)
Will be fixed in VersionPress 2.2.
Thanks guys for support! I'll check it.
When I clone repository, I got error:
Can You suggest me what can I do? I’ve tried to raise composer timeout but it changed nothing.