Pending

User tests: Successful: Unsuccessful:

avatar smz
smz
1 Jan 2015

Lately I was unable to use com_patchtester (code from 'master') as I was getting errors of max execution time (30 seconds) exceeded.

I don't know if this is the CORRECT solution, but with this I solved my problems...

avatar smz smz - open - 1 Jan 2015
avatar N6REJ
N6REJ - comment - 8 Jan 2015

shouldn't that be changed in your php.ini?
Bear
On 1/1/2015 17:18, Sergio Manzi wrote:

Lately I was unable to use com_patchtester (code from 'master') as I
was getting errors of max execution time (30 seconds) exceeded.

I don't know if this is the CORRECT solution, but with this I solved
my problems...


    You can merge this Pull Request by running

git pull https://github.com/smz/patchtester FixMaxExecutionTime

Or view, comment on, or merge it at:

#59

    Commit Summary


Reply to this email directly or view it on GitHub
#59.

No virus found in this message.
Checked by AVG - www.avg.com http://www.avg.com
Version: 2015.0.5577 / Virus Database: 4257/8849 - Release Date: 01/01/15

avatar smz
smz - comment - 10 Jan 2015

shouldn't that be changed in your php.ini?

It's a possibility, but that would act globally, while this is the only place where this is needed at the moment.

Beside that, I think there are cases (not mine) where you are not allowed to modify that php.ini option (shared hosting). I'm unsure if my patch would work in those cases, anyway...

avatar mbabker mbabker - close - 9 May 2015
avatar mbabker
mbabker - comment - 9 May 2015

Now that there is batch stepping in here, we shouldn't need to bump the execution time unless you're trying to use the component on a host where their configs are just garbage. If it's still an issue, maybe we can revisit later, but for now I'm going to close this.

avatar mbabker mbabker - change - 9 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-09 17:07:03
Closed_By mbabker
avatar mbabker mbabker - close - 9 May 2015

Add a Comment

Login with GitHub to post a comment