Temporary increase bootstrap timeout
Change-Id: Ifa3aa1c161bcaf893b88f2d5bb2812adf9e977cb
diff --git a/tcp_tests/settings_oslo.py b/tcp_tests/settings_oslo.py
index dacdb22..1ec8951 100644
--- a/tcp_tests/settings_oslo.py
+++ b/tcp_tests/settings_oslo.py
@@ -95,7 +95,7 @@
ext.UNDERLAY_NODE_ROLES.k8s_controller]),
ct.Cfg('bootstrap_timeout', ct.Integer(),
help="Timeout of waiting SSH for nodes with specified roles",
- default=600),
+ default=1800),
ct.Cfg('nameservers', ct.JSONList(),
help="IP addresses of DNS servers",
default=[]),