Increase minions timeout to 120sec
Change-Id: I630d5039922ea9ed5a186cb691e06b0fcf245f84
Reviewed-on: https://review.gerrithub.io/371454
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
index 3de2259..c0be0a8 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
@@ -269,7 +269,7 @@
skip_fail: false
- description: Configure minion on master
- cmd: salt --timeout=60 --hard-crash --state-output=mixed --state-verbose=False
+ cmd: salt --timeout=120 --hard-crash --state-output=mixed --state-verbose=False
-C 'I@salt:master' state.sls 'salt.minion'
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 3, delay: 10}
@@ -293,7 +293,7 @@
skip_fail: false
- description: Configure salt.minion on other nodes
- cmd: salt --timeout=60 --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system and not cfg01*' state.sls salt.minion
+ cmd: salt --timeout=120 --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system and not cfg01*' state.sls salt.minion
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 3, delay: 5}
skip_fail: false