Replies: 1 comment
-
I'll submit a PR and see how it goes! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version:
PHP Version: 8.0.x
Database Driver & Version: pgsql
Description:
We have a CI/CD system and 3MB pg dump file (during
pg_restore
). During test pipeline I sometimes get a timeout forphp artisan migrate
. The default timeout of Symphony Process is 60s. I wanted to see if you are open to removing this timeout altogether.I found the code here to be relevant:
framework/src/Illuminate/Database/Schema/SchemaState.php
Line 61 in 74ad9ec
change to:
I can submit a PR if requested.
Beta Was this translation helpful? Give feedback.
All reactions