PHP Fatal error: Maximum execution time of 240 seconds exceeded
when doing install from drush si
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1355984-timeout_on_install_with_drush_si.patch | 624 bytes | e2thex |
| #2 | 1355984-timeout_on_install_with_drush_si-make.patch | 620 bytes | e2thex |
Comments
Comment #1
e2thex commentedthe drual_set_time_limit will override limits so each module that runs it appears to reset it. So there does not appear to be a way to tell it that I want to not have a limit.
I think I want to patch so that the largest limit allways wins.
Comment #2
e2thex commentedfirst patch
Comment #3
DSheffler commented