From d3a6af081ed18ce245ccaa89d6096ac034bb09cf Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 22 Nov 2022 11:17:27 +0200 Subject: tests: Set minimum wait time for tests to 5 seconds Signed-off-by: Donatas Abraitis --- tests/topotests/pim_basic/test_pim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/topotests/pim_basic/test_pim.py') diff --git a/tests/topotests/pim_basic/test_pim.py b/tests/topotests/pim_basic/test_pim.py index 6cea521aa9..2c1bc52d09 100644 --- a/tests/topotests/pim_basic/test_pim.py +++ b/tests/topotests/pim_basic/test_pim.py @@ -225,7 +225,7 @@ def test_pim_igmp_report(): test_func = partial( topotest.router_json_cmp, r1, "show ip pim upstream json", expected ) - _, result = topotest.run_and_expect(test_func, None, count=5, wait=0.5) + _, result = topotest.run_and_expect(test_func, None, count=10, wait=0.5) assertmsg = '"{}" JSON output mismatches'.format(r1.name) assert result is None, assertmsg finally: -- cgit v1.2.3