wait longer till instances are ready

Sem-Ver: bugfix
Depends-On: Id868ea6c1d14de8425944244d1243384acd143be
Change-Id: I813f9e934eb4bb3d3d18e77211dc62eb3a7dc018
diff --git a/molecule/default/create.yml b/molecule/default/create.yml
index 8c078b5..ef20bdf 100644
--- a/molecule/default/create.yml
+++ b/molecule/default/create.yml
@@ -63,8 +63,8 @@
         port: "22"
         host: "{{ item }}"
         search_regex: SSH
-        timeout: 60
-      retries: 5
+        timeout: 600
+      retries: 15
       delay: 10
       loop: "{{ controller_ips + storage_ips + compute_ips }}"
 
diff --git a/releasenotes/notes/extend_waiting_time-aea8f4934df21b2b.yaml b/releasenotes/notes/extend_waiting_time-aea8f4934df21b2b.yaml
new file mode 100644
index 0000000..749ce7e
--- /dev/null
+++ b/releasenotes/notes/extend_waiting_time-aea8f4934df21b2b.yaml
@@ -0,0 +1,4 @@
+---
+issues:
+  - |
+    Wait longer till instances are ready