You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Run without wasting time for sleeping or wait for something conditionally (explicitly) as long as needed instead of static 10 seconds.
Environment
Any
epicli version: 1.3.0 and older
Additional context
n/a
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
The text was updated successfully, but these errors were encountered:
Describe the bug
We have unconditional sleep call in epicli code:
https://github.com/epiphany-platform/epiphany/blob/c687e8eca0347fda6dd7a0b092deafeccdb53fb6/cli/engine/ansible/AnsibleRunner.py#L109
How to reproduce
Steps to reproduce the behavior:
epicli apply ...
Expected behavior
Run without wasting time for sleeping or wait for something conditionally (explicitly) as long as needed instead of static 10 seconds.
Environment
epicli version: 1.3.0 and older
Additional context
n/a
DoD checklist
The text was updated successfully, but these errors were encountered: