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

Updating polling time for our envs #2315

Merged
merged 2 commits into from Apr 5, 2023

Conversation

danielbdias
Copy link
Contributor

@danielbdias danielbdias commented Apr 5, 2023

This PR aims to update the polling time for our environments to avoid the intermittency on our dog fooding tests.

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@@ -18,7 +18,7 @@ spec:
strategy: periodic
default: true
periodic:
timeout: 10s
timeout: 60s
retryDelay: 500ms
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe setting retryDelay: 1s and timeout: 30s would be enough?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense. I've updated it.

@mathnogueira mathnogueira merged commit a20ee16 into main Apr 5, 2023
25 of 28 checks passed
@mathnogueira mathnogueira deleted the increase/polling-time-on-integration branch April 5, 2023 14:52
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.

None yet

4 participants