]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Allow a useful amount of time for bgp to converge
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Jun 2020 02:14:24 +0000 (22:14 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Jun 2020 02:16:54 +0000 (22:16 -0400)
commit9ccb078de1788607c2ab66ff596200860199f445
treee5964495a3784e791adca6ee7701ca96eb18d082
parentedfdfe201abb16b3a743208d5c47ea8e128e1a47
tests: Allow a useful amount of time for bgp to converge

The bgp_as_wide_bgp_identifier test can time out after
30 seconds waiting for convergence.  This is of course
a problem in our test setup where we know that convergence
can fail on first startup due to load issues in the
topology.  Additionally we also know that our default time
for bgp sessions is 120 seconds to retry.  Give things
a bit longer than 120 seconds to actually fail
instead of 30 seconds

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py