Hello, I'm running into a 60 second execution time limit. I've tried to increase this limit via .user.ini without any luck.
Despite phpinfo() reporting a local setting that matches my setting of 300, the php cgi process still gets killed after 60 seconds. Is that a hard limit in the system? I am attempting to run a upgrade module (to patch some securities issues.) but this limit is preventing me from doing so. I just need a way to temporarily bump up the max execution time so the long running script (invoked through the admin site) will complete.
Thanks for your help!