From 952401885ba577718015439760e3f6328cf82c90 Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Wed, 9 May 2012 10:52:11 +0200 Subject: [PATCH] planetlab_ccnx_unicast.py wait more time between ccncatchunks2 --- examples/ccnx/planetlab_ccnx_unicast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0