]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: wait even more when spawning a new interface while lldpd is running
authorVincent Bernat <vincent@bernat.im>
Sun, 25 Dec 2016 21:21:06 +0000 (22:21 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 25 Dec 2016 21:21:06 +0000 (22:21 +0100)
tests/integration/test_interfaces.py

index 8961c1100d58f49fda7fff65825d32f71fcebe5d..b840019e7f3c9bf55a5b5685c239874e3752c80c 100644 (file)
@@ -208,7 +208,7 @@ def test_new_interface(lldpd1, lldpd, lldpcli, namespaces, links):
     with namespaces(2):
         lldpd()
         links(namespaces(1), namespaces(2))
-        time.sleep(6)
+        time.sleep(8)
     with namespaces(1):
         out = lldpcli("-f", "keyvalue", "show", "neighbors", "details")
         assert out['lldp.eth0.port.descr'] == 'eth1'