diff options
| -rwxr-xr-x | tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py b/tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py index 0da51cc8b2..d9cca5cd93 100755 --- a/tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py +++ b/tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py @@ -104,7 +104,7 @@ def test_zebra_seg6local_routes(): dest, manifest["out"], ) - success, result = topotest.run_and_expect(test_func, None, count=5, wait=1) + success, result = topotest.run_and_expect(test_func, None, count=25, wait=1) assert result is None, "Failed" |
