mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
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>
7 lines
No EOL
168 B
YAML
7 lines
No EOL
168 B
YAML
- name: test kibana docker package
|
|
hosts: docker
|
|
roles:
|
|
- install_docker
|
|
- install_kibana_docker
|
|
- assert_kibana_listening
|
|
- assert_kibana_available |