-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
increase timeout for docker start #29
base: master
Are you sure you want to change the base?
increase timeout for docker start #29
Conversation
Increased timeout for docker start from 180s to 600s. Have done it because sometimes 180s is not enough for github macOS runners.
a313c98
to
a657972
Compare
cc @00Kai0 @junchen1992 @khs1994 Would be nice to have this merged, I'm hitting the same issue. |
Please merge this, having same issue |
You can use this fix now with |
The macOS build was failing time to time due to an issue described here: docker-practice/actions-setup-docker#29 This commit uses the fix provided in the github issue. Signed-off-by: Saeed Rezaee <[email protected]>
Many users would be happy with this merge 🙌🏼 |
Probably even 300 would be enough. Often it takes just a bit more than 180 seconds:
|
Very yes. |
ping @khs1994 , I see you merged some PRs recently. |
In my case, it takes 421s, so around 600 would be better.
|
I've switched to https://github.com/douglascamata/setup-docker-macos-action because of this issue. Works good for me |
Switch to a different action to install docker on Mac OS, the current one seems to be problematic. https://github.com/marketplace/actions/setup-docker-on-macos Useful references about the issue: actions/runner-images#17 docker-practice/actions-setup-docker#29 Signed-off-by: Diego Rondini <[email protected]>
Switch to a different action to install docker on Mac OS, the current one seems to be problematic. https://github.com/marketplace/actions/setup-docker-on-macos Useful references about the issue: actions/runner-images#17 docker-practice/actions-setup-docker#29 Signed-off-by: Diego Rondini <[email protected]>
Increased timeout for docker start from 180s to 600s.
Have done it because sometimes 180s is not enough for github macOs runners.
E.g run, run.