Increase tempest ssh timeout

Some of the tests that ssh into instances have been timing out
at times. Increase the timeout config for ssh.
This commit is contained in:
Corey Bryant
2023-11-10 13:17:44 +00:00
parent 04af9b3573
commit 35c8bdcc67

View File

@@ -111,6 +111,7 @@ img_disk_format = qcow2
[validation]
run_validation = true
image_ssh_user = cirros
ssh_timeout = 600
[service_available]
{% for svc in enabled_services -%}