opendistro-for-elasticsearch / anomaly-detection-kibana-plugin

A Kibana plugin providing visualizations for anomaly detection in Open Distro.
https://opendistro.github.io/
Apache License 2.0
44 stars 18 forks source link

Add sleep time before running Cypress tests #363

Closed ohltyler closed 3 years ago

ohltyler commented 3 years ago

Issue #, if available:

Description of changes:

This PR adds time for the plugin to come up and running before running the Cypress tests. The shorter time was causing the first tests to be flaky and occasionally fail in the GitHub runners due to the plugin not being ready.

Example of a passing run: https://github.com/ohltyler/anomaly-detection-kibana-plugin/actions/runs/510110841

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.