Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

opheliadesign's avatar

Laravel Forge timing out?

Today I started seeing these errors pop up in the Deployment feature of Forge. I have Auto Deploy enabled: Your deployment script on server (myserver) too longer than 2 minutes and timed out.

I checked the SSH keys on the server like the message instructed and they're set. The "error message" in the detailed information on this is just the output from deployment, I do not see any actual errors - just what files were updated. The first "error" is the result of git pull, subsequent "errors" are the output of git pull again but this time everything is up to date.

Here is my deployment script:

cd /home/forge/default
git pull origin master
composer update
php artisan migrate --force

This just started randomly today.

0 likes
3 replies
opheliadesign's avatar

I just ran composer update via SSH and it took a while to execute, guessing this was the cause.. weird.

alesmana's avatar

Same issue, same resolution (ssh-ed)

I wonder if there is a way to increase timeout period.

Please or to participate in this conversation.