Skip to content
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

Extensions install timeout #183

Closed
ghost opened this issue Jan 23, 2015 · 1 comment
Closed

Extensions install timeout #183

ghost opened this issue Jan 23, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 23, 2015

When installing many extensions, sometimes it takes too long and the 30 seconds timeout is reached.

It is needed to increase the timeout depending on the number of extensions that are going to be installed

set_time_limit(
    ini_get('max_execution_time') + $extensionsCount * 10
);
@ghost ghost added the enhancement label Jan 23, 2015
@ghost ghost self-assigned this Jan 23, 2015
@ghost
Copy link
Author

ghost commented Jan 23, 2015

#177

ghost pushed a commit that referenced this issue Jan 26, 2015
@ghost ghost closed this as completed Jan 26, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants