diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-22 11:17:27 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-22 13:38:10 +0200 |
| commit | d3a6af081ed18ce245ccaa89d6096ac034bb09cf (patch) | |
| tree | fef8754aebfcfaa61e961e767228c42c605e36d2 /tests/topotests/pim_basic/test_pim.py | |
| parent | a5722d5a78c40286bbb68d3b6b611f05e3807683 (diff) | |
tests: Set minimum wait time for tests to 5 seconds
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/pim_basic/test_pim.py')
| -rw-r--r-- | tests/topotests/pim_basic/test_pim.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
