From 257cff48233ca96455d8cc1111bb7b80b07fe602 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Dec 2022 19:08:18 +0100 Subject: [PATCH] tests: give more time to lldpd when handling many VLANs --- tests/integration/test_dot1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5