### Platform macOS ### Operating system version macOS Sonoma 14.4.1 ### System architecture ARM64 (M1, M2, etc) ### Herd Version 1.6.0 Build: 24 ### PHP Version 8.1.26 ### Bug description When working on a site that has to send requests to a slow MS Dynamics site I am getting a timeout while the request is in progress. The error message is `Maximum execution time of 30 seconds exceeded` but I have timed it and it times out at 10 seconds every time. This was working fine on valet so I'm unsure what the issue is. Flare stack trace attached is here -> https://flareapp.io/share/dPbarwXm ### Steps to reproduce Default installation of Laravel Herd. Run a long running cURL request that exceeds 10 seconds. ### Relevant log output php.ini max_execution_time = 30