Merging the openflow part to the nepi-3-dev branch
[nepi.git] / src / nepi / resources / linux / udptunnel.py
index ba96788..29089fd 100644 (file)
@@ -289,7 +289,7 @@ class UdpTunnel(LinuxApplication):
         result = None
         delay = 1.0
 
-        for i in xrange(4):
+        for i in xrange(20):
             (out, err), proc = endpoint.node.check_output(
                     self.run_home(endpoint), filename)