From: Vincent Bernat Date: Thu, 8 Dec 2022 18:08:18 +0000 (+0100) Subject: tests: give more time to lldpd when handling many VLANs X-Git-Tag: 1.0.17~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=257cff48233ca96455d8cc1111bb7b80b07fe602;p=thirdparty%2Flldpd.git tests: give more time to lldpd when handling many VLANs --- diff --git a/tests/integration/test_dot1.py b/tests/integration/test_dot1.py index 8abff00a..1a0736b3 100644 --- a/tests/integration/test_dot1.py +++ b/tests/integration/test_dot1.py @@ -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