From f945221810005ca489a8e954cd370a7c3b43f6ec Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 16 Mar 2016 23:51:09 +0100 Subject: [PATCH] tests/integration: when several neighbors, be safe and sleep a lot --- tests/integration/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_basic.py b/tests/integration/test_basic.py index 51f77c5e..3563c80e 100644 --- a/tests/integration/test_basic.py +++ b/tests/integration/test_basic.py @@ -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): -- 2.39.5