-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
timeout command not on macOS #108
Comments
🎉 |
@twistezo This doesn't really solve the issue, as wait-for-it is supposed to be a standalone executable |
@deiga wait-for-it is a bash script, so it depends on the packages you have installed. |
@roerohan Sure, it's a bash script, but are any of the packages it uses not system defaults? |
@deiga I'm not sure about how it works on mac, I'm hoping someone else can answer. |
same question. it's not working on mac |
We do our development on Mac and deploy to Linux. I need to be able to run locally before I commit, so Linux only is a problem. Is there an alternative solution? |
I added this to the beginning of the script. Works on mac for local dev and linux for ci
|
Seems like
timeout
is not available on macOSThe text was updated successfully, but these errors were encountered: