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

Hot Fix: Sleep 1 second between each VMs verification cycle #911

Merged

Conversation

ebattat
Copy link
Collaborator

@ebattat ebattat commented Oct 1, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

Sleep 1 second between each VMs verification cycle.
That will cover VMs verification during Chaos testing.

For security reasons, all pull requests need to be approved first before running any automated CI

@ebattat ebattat added the bug Something isn't working label Oct 1, 2024
@ebattat ebattat self-assigned this Oct 1, 2024
current_wait_time += self._oc.SHORT_TIMEOUT # Increment the wait time
# Sleep 1 sec between each cycle
time.sleep(1)
current_wait_time += 1 # Increment the wait time
Copy link
Member

Choose a reason for hiding this comment

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

Ideally you'd check the actual time rather than just incrementing the current_wait_time, but for this purpose where the exact timeout doesn't matter, this is OK.

@ebattat ebattat merged commit 591b211 into redhat-performance:main Oct 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants