aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--rumba/ssh_support.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f8d116..1632e20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,3 +7,4 @@ before_script:
irati-test:
script:
- python examples/vpn.py
+ - python examples/two-layers.py
diff --git a/rumba/ssh_support.py b/rumba/ssh_support.py
index 9c24890..23e1e49 100644
--- a/rumba/ssh_support.py
+++ b/rumba/ssh_support.py
@@ -60,7 +60,7 @@ def _print_stream(stream):
def ssh_connect(ssh_client, hostname, port, username, password, time_out,
proxy):
retry = 0
- max_retries = 5
+ max_retries = 12
while retry < max_retries:
time.sleep(retry * 5)
try: