From 736c4aa0e346c645eaabbb580fc581ca07a19f7c Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Fri, 17 Mar 2017 11:48:15 +0100 Subject: [PATCH] Increasing the timeout while waiting for containernet prompt --- utils/ci/check_manual_usage_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 75faf39..027284d 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -58,7 +58,7 @@ screen -L -S sonemu -d -m python src/emuvim/examples/simple_topology.py # Setup screen for immediate flusing screen -S sonemu -X logfile flush 0 # Wait for the cli to start -W '^*** Starting CLI:' +W '^*** Starting CLI:' 60s # Print nodes Cmd 'nodes' # Start vnf1 -- 2.17.1