Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unknown product test flaky behavior (elastic#148616)
Fixes elastic#129754 The failing integration test is querying the `/api/status` endpoint before Kibana and ES are completely initialized, and thus, it is getting a _unavailable: Waiting for Elasticsearch_ instead of the expected _critical_. The proposed fix consists in awaiting a few milliseconds, in order to give the `debounceTime` operators enough time to propagate the right status. Co-authored-by: kibanamachine <[email protected]>
- Loading branch information