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

fix: on Linux, wait at max for 5s if socket is made available #784

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Nov 7, 2022

What does this PR do?

Replace the wait for half of a second by a longer delay and a shorter wait if the socket file is already there
note: this is only for Linux.

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

fixes #656

How to test this PR?

On Linux, with a probably slower i/o disk (I was not able to reproduce the issue)
Launch Podman Desktop and see if if says that Podman is there

Change-Id: I400f0e1c3d8466daf4ed1d788ea580fe768ae0c1
Signed-off-by: Florent Benoit fbenoit@redhat.com

fixes containers#656

Change-Id: I400f0e1c3d8466daf4ed1d788ea580fe768ae0c1
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@cdrage
Copy link
Contributor

cdrage commented Nov 7, 2022

Approved + was able to test it out and seems to work well within a slow VM 👍

@benoitf benoitf merged commit 320938b into containers:main Nov 9, 2022
@podman-desktop-bot podman-desktop-bot added this to the 0.10.0 milestone Nov 9, 2022
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.

'No Container Engine' on linux
3 participants