Skip to content

Commit

Permalink
chore: bump BFD toggle wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cyw233 committed Dec 7, 2024
1 parent 39a5dbb commit 7bc51fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bfd/bfd_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def prepare_bfd_state(dut, flag, expected_bfd_state):
def verify_bfd_only(dut, nexthops, asic, expected_bfd_state):
logger.info("BFD verifications")
assert wait_until(
300,
450,
10,
0,
lambda: verify_bfd_state(dut, nexthops.values(), asic, expected_bfd_state),
Expand Down Expand Up @@ -730,7 +730,7 @@ def verify_given_bfd_state(asic_next_hops, port_channel, asic_index, dut, expect

def wait_until_given_bfd_down(next_hops, port_channel, asic_index, dut):
assert wait_until(
300,
450,
10,
0,
lambda: verify_given_bfd_state(next_hops, port_channel, asic_index, dut, "Down"),
Expand Down

0 comments on commit 7bc51fb

Please sign in to comment.