]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: give more time to lldpd when handling many VLANs
authorVincent Bernat <vincent@bernat.ch>
Thu, 8 Dec 2022 18:08:18 +0000 (19:08 +0100)
committerVincent Bernat <vincent@bernat.ch>
Thu, 8 Dec 2022 18:08:18 +0000 (19:08 +0100)
tests/integration/test_dot1.py

index 8abff00aa7d36b3762f7ac4309d743c9197b9126..1a0736b3e980f2baf4651d27eed7828274112cff 100644 (file)
@@ -32,7 +32,7 @@ class TestLldpDot1(object):
         with namespaces(2):
             for v in range(100, 1000):
                 links.vlan("vlan{}".format(v), v, "eth1")
-            lldpd()
+            lldpd(sleep=6)
         with namespaces(1):
             out = lldpcli("-f", "keyvalue", "show", "neighbors", "details")
             assert "lldp.eth0.vlan" not in out