From 5bb45b7e8f382762cffe0bba239b788d0b60d4f0 Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Wed, 9 May 2012 11:13:18 +0200 Subject: [PATCH] Rolling back last change in examples/ccnx/planetlab_ccnx_unicast.py --- 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 f690842e..cd80d6ff 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(120) + time.sleep(60) proc2 = None if not TERMINATE: -- 2.45.2