]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Wait 30 seconds for a notification check (minimum hold-time) 17599/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 11 Dec 2024 13:40:07 +0000 (15:40 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 11 Dec 2024 15:20:49 +0000 (17:20 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py

index c9ff2ffc7e7ca2410b400d024c566a8cf26ac37f..d2d6a40ae88477730a93eaef79ab3c87bc495129 100755 (executable)
@@ -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"