Skip to content

Commit

Permalink
Increase verify_db_timeout as github issue #15644
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguo-nvidia committed Jan 21, 2025
1 parent 976fc8c commit d8e93d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/dualtor/control_plane_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def verify_tor_states(
expected_standby_health='healthy', intf_names='all',
cable_type=CableType.default_type, skip_state_db=False,
skip_tunnel_route=True, standalone_tunnel_route=False,
verify_db_timeout=30
verify_db_timeout=60
):
"""
Verifies that the expected states for active and standby ToRs are
Expand Down

0 comments on commit d8e93d3

Please sign in to comment.