-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Timeout to low #1233
Comments
Could this work for you? https://pestphp.com/docs/cli-api-reference#content-execution |
@danielh-official thanks for the suggestion but I just get And I doubt it would work, as the values are hardcoded currently. |
Hi @sinnbeck Thanks for raising the issue. Looks like we are missing the correct implementation there. I am going to fix that. |
Issue will be fixed in the next release |
@nunomaduro This issue can be closed. |
@gehrisandro Is there a way that we could set a custom timeout? Or a custom timeout offset on top of the calculated one? |
I will see how the new version works and make a new issue if I run into any issues with that :) |
What Happened
I am working with a filament app, but apparently the default timeout is too low. I am running in parallel, but almost all tests are timing out which means I cannot trust my tests at all
How to Reproduce
Have a complex filament page with a lot of form fields
Sample Repository
No response
Pest Version
3.0.4
PHP Version
8.3
Operation System
Linux
Notes
I am running the tests in docker (Lando).
It might be practical to allow overwriting the timeout with a flag or a setting in Pest.php
If I just manually change the timeout in the vendor folder it works
![image](https://private-user-images.githubusercontent.com/13980140/366387574-503e0275-9502-4326-b837-c3815084c4c9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzY5MTAsIm5iZiI6MTczOTQ3NjYxMCwicGF0aCI6Ii8xMzk4MDE0MC8zNjYzODc1NzQtNTAzZTAyNzUtOTUwMi00MzI2LWI4MzctYzM4MTUwODRjNGM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE5NTY1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk1OGQxMmU0MjQ0MmY3MjE2ZDZlMjE5MmNjYTIxODQ3MGZiZGJhZTNmOWE1ZTAzZjhjOTUwYmJjZjc4NmI5MzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wTOOnnd3_wJ5R-6HM3fkzhHrCcnNpb856hGpQN7IjyY)
The text was updated successfully, but these errors were encountered: