kibana/test/package/docker.yml
Jonathan Budzenski da25960022
[package testing] Bump status page timeout (#107813)
The socket timeout for testing whether the status page is available or
not is currently 30 seconds.  This test was disabled for being flaky.
Reproducing this locally hasn't been straight forward, but I am seeing
an average of ~20 seconds, which is close enough to the timeout that I'd
like to rule out machine differences.  This gives the status check 120
seconds before dropping the connection.

Related to #106749 and #107300

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-16 10:55:32 -07:00

7 lines
168 B
YAML

- name: test kibana docker package
hosts: docker
roles:
- install_docker
- install_kibana_docker
- assert_kibana_listening
- assert_kibana_available