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

Increase timeout for integration tests #1283

Merged

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Apr 4, 2023

No description provided.

wind57 and others added 30 commits December 4, 2021 07:59
@@ -455,7 +455,7 @@ private String secretName(V1Secret secret) {

private void waitForDeployment(String namespace, V1Deployment deployment) {
String deploymentName = deploymentName(deployment);
await().pollInterval(Duration.ofSeconds(1)).atMost(600, TimeUnit.SECONDS)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is needed mainly because of the ActuatorRefreshRabbitMQIT - which is a very slow test. Locally, in my Mac M1, it takes around 4 minutes to run. But on github, not even 10 is enough. As such, increase it to 900 seconds.

@wind57 wind57 marked this pull request as ready for review April 4, 2023 17:53
@wind57
Copy link
Contributor Author

wind57 commented Apr 4, 2023

@ryanjbaxter this small PR will fix the existing build. thank you for looking into it.

@ryanjbaxter ryanjbaxter added this to the 3.0.3 milestone Apr 4, 2023
@ryanjbaxter ryanjbaxter merged commit 10e3455 into spring-cloud:main Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants