summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-12-11 15:40:07 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-12-11 17:20:49 +0200
commit4ac77b199e0547c8457dbf7e94f159c1fbe57d06 (patch)
treeebc43a1c427a6fc7350c702e43062e0b85164ca5
parentab3535fbcf37b59ec02332fa021142c5b7d6dd3e (diff)
tests: Wait 30 seconds for a notification check (minimum hold-time)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rwxr-xr-xtests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py b/tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py
index c9ff2ffc7e..d2d6a40ae8 100755
--- a/tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py
+++ b/tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py
@@ -76,7 +76,7 @@ def test_bgp_minimum_holdtime():
return topotest.json_cmp(output, expected)
test_func = functools.partial(_bgp_neighbor_check_if_notification_sent)
- _, result = topotest.run_and_expect(test_func, None, count=40, wait=0.5)
+ _, result = topotest.run_and_expect(test_func, None, count=30, wait=1)
assert result is None, "Failed to send notification message\n"