From: Alina Quereilhac <alina.quereilhac@inria.fr>
Date: Wed, 9 May 2012 08:52:11 +0000 (+0200)
Subject: planetlab_ccnx_unicast.py wait more time between ccncatchunks2
X-Git-Tag: nepi-3.0.0~163^2~12
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=952401885ba577718015439760e3f6328cf82c90;p=nepi.git

planetlab_ccnx_unicast.py wait more time between ccncatchunks2
---

diff --git a/examples/ccnx/planetlab_ccnx_unicast.py b/examples/ccnx/planetlab_ccnx_unicast.py
index cd80d6ff..f690842e 100644
--- a/examples/ccnx/planetlab_ccnx_unicast.py
+++ b/examples/ccnx/planetlab_ccnx_unicast.py
@@ -167,7 +167,7 @@ def run(hostnames, vsys_vnet, slicename, plc_host, pl_user, pl_pwd, pl_ssh_key,
         proc1 = exec_ccncatchunks(slicename, hostname)
 
     if not TERMINATE and proc1:
-        time.sleep(60)
+        time.sleep(120)
 
     proc2 = None
     if not TERMINATE: