From c52e8f412b7a0f3571ef99c1d87ed1efdbc08927 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 25 Dec 2016 22:21:06 +0100 Subject: [PATCH] tests: wait even more when spawning a new interface while lldpd is running --- tests/integration/test_interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_interfaces.py b/tests/integration/test_interfaces.py index 8961c110..b840019e 100644 --- a/tests/integration/test_interfaces.py +++ b/tests/integration/test_interfaces.py @@ -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' -- 2.39.2