]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests/integration: when several neighbors, be safe and sleep a lot
authorVincent Bernat <vincent@bernat.im>
Wed, 16 Mar 2016 22:51:09 +0000 (23:51 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 16 Mar 2016 22:51:09 +0000 (23:51 +0100)
tests/integration/test_basic.py

index 51f77c5e4a1cd4bc63a056ed173c1c6feb2aa150..3563c80ec5a287b976ab96077256375ca6ac020f 100644 (file)
@@ -36,7 +36,7 @@ def test_several_neighbors(lldpd, lldpcli, links, namespaces, neighbors):
         with namespaces(i):
             lldpd(sleep=(i == 1 and 2 or 0),
                   silent=True)
-    time.sleep(2)
+    time.sleep(10)
     with namespaces(1):
         out = lldpcli("-f", "keyvalue", "show", "neighbors")
         for i in range(2, neighbors + 1):