Skip to content
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

Set timeout to INF #47

Closed

Conversation

ManojKiranA
Copy link

@ManojKiranA ManojKiranA commented Sep 4, 2020

Fixes #45

Sometimes the installation of a stack takes very long time (because of low resource in my machine). That cause
Symfony\Component\Process\Exception\ProcessTimedOutException

So as to fix that I have added time limit to INF.

@driesvints
Copy link
Member

Please add an explanation to your PR instead of linking to an issue. Then Taylor knows what this is about.

@taylorotwell
Copy link
Member

Setting the timeout to null disables the timeout.

@bonzai bonzai mentioned this pull request Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ProcessTimedOutException on installing a stack
3 participants