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

Increased Timeout #9373

Conversation

pujakarakoti07
Copy link

@pujakarakoti07 pujakarakoti07 commented Oct 11, 2024

Fixes #9191
I have increased the Pull TimeOut Configuration by 3 mins.
PULL_RETRY_TIME_LIMIT = 3 in RemoteDockerImage.java

Signed-off-by: Puja <pujakarakoti070203@gmail.com>
@pujakarakoti07 pujakarakoti07 requested a review from a team as a code owner October 11, 2024 05:22
@pujakarakoti07
Copy link
Author

@eddumelendez

Copy link
Member

@kiview kiview left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @pujakarakoti07,

this does not fix #9191, it just increases the constant without making it configurable (which moves the race condition border forward, but does not solve it in a user-specific way).

For making it configurable, please look at how it is done for other configuration values in TestcontainersConfiguration.

Signed-off-by: Puja <pujakarakoti070203@gmail.com>
@pujakarakoti07
Copy link
Author

@kiview can you please review this?

@eddumelendez
Copy link
Member

Hi @pujakarakoti07, unfortunately those changes are not related to what is expected as part of the issue. I had the changes locally and I have submitted #9417. Thanks anyway.

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.

[Bug]: Allow pull timeout configuration
3 participants