bobthecow / psysh

A REPL for PHP
https://psysh.org
MIT License
9.74k stars 309 forks source link

Maximum execution time of 60+2 seconds exceeded #832

Open kossa opened 18 hours ago

kossa commented 18 hours ago

Hello,

When I run: php artisan tinker, I got this error

image

bobthecow commented 8 hours ago

Hi! PsySH doesn't set a maximum execution time (and by default CLI apps should have the maximum time set to 0, i.e. infinite).