Merging the openflow part to the nepi-3-dev branch
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 5301265..6d1be50 100644 (file)
@@ -230,7 +230,7 @@ class PlanetlabTap(LinuxApplication):
         if_name = None
         delay = 1.0
 
-        for i in xrange(10):
+        for i in xrange(20):
             (out, err), proc = self.node.check_output(self.run_home, "if_name")
 
             if out: