Skip to content

Commit

Permalink
tests: increase time, it frequently fails on slow ARM CI hardware
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
  • Loading branch information
Jafaral committed Jul 10, 2024
1 parent ebf05b4 commit 634f211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def test_link_1_4_down():
test_func = partial(
topotest.router_json_cmp, r1, "show ip route vrf green 10.0.94.2 json", expected
)
_, result = topotest.run_and_expect(test_func, None, count=60, wait=1)
_, result = topotest.run_and_expect(test_func, None, count=120, wait=1)

assertmsg = "r1 JSON output mismatches"
assert result is None, assertmsg
Expand Down

0 comments on commit 634f211

Please sign in to comment.