-
Notifications
You must be signed in to change notification settings - Fork 644
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
Wait timeout reports 0ms when timeout with default maxwait #274
Comments
mgurov
added a commit
to mgurov/docker-maven-plugin
that referenced
this issue
Aug 29, 2015
Thanks for the report. Indeed if the default timeout occurs it should be reported. 'will apply the PR ASAP. In the meantime, could you please sign-off you commit as described here Thanks ! |
mgurov
added a commit
to mgurov/docker-maven-plugin
that referenced
this issue
Aug 30, 2015
…sked for Signed-off-by: Mykola Gurov <[email protected]>
Signed off. I did have a feeling that I missed something. |
rhuss
pushed a commit
that referenced
this issue
Aug 30, 2015
Signed-off-by: Mykola Gurov <[email protected]>
Applied PR to branch integration. Available in 0.13.4. Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given wait configuration:
the output of the
docker:run
after 10 seconds is:Expected the actual time waited or maxwait expected to be reported.
The text was updated successfully, but these errors were encountered: