From: Vincent Bernat Date: Wed, 16 Mar 2016 22:51:09 +0000 (+0100) Subject: tests/integration: when several neighbors, be safe and sleep a lot X-Git-Tag: 0.9.2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f945221810005ca489a8e954cd370a7c3b43f6ec;p=thirdparty%2Flldpd.git tests/integration: when several neighbors, be safe and sleep a lot --- 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):