]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Make verify_rib wait up to 40 seconds.
authorDonald Sharp <sharpd@nvidia.com>
Thu, 19 May 2022 23:08:39 +0000 (19:08 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 20 May 2022 14:31:48 +0000 (10:31 -0400)
commitcb8018f4c3f07cd88946c1d248af34de15eaacc4
tree0eafbeb0116a14a64467afa2aaa598e5c62aaea6
parent6ec742d95fc444457d27f5d5b59c6045550fe722
tests: Make verify_rib wait up to 40 seconds.

Under heavy load I am seeing verify_rib failing after 12 seconds
but succeeding after 17:

2022-05-19 18:52:54,374 DEBUG: topolog: Exiting lib API: verify_rib
2022-05-19 18:52:54,374 DEBUG: topolog: Function returned True
2022-05-19 18:52:54,374 WARNING: topolog: RETRY DIAGNOSTIC: SUCCEED after FAILED with requested timeout of 12.0s; however, succeeded in 14.7s, investigate timeout timing

There is no reason to not have the test wait a bit longer for very very
heavily loaded systems.  Change the time to 40 seconds.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/common_config.py