Skip to content

Commit acfd404

Browse files
authoredJan 13, 2025
timeout (sonic-net#16358)
1 parent af61468 commit acfd404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/dualtor_io/test_link_failure.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ def test_active_link_admin_down_config_reload_upstream(
380380
expected_standby_host=upper_tor_host,
381381
expected_standby_health='unhealthy',
382382
cable_type=cable_type,
383-
skip_state_db=True # state db will be 'unknown'
383+
skip_state_db=True, # state db will be 'unknown'
384+
verify_db_timeout=60
384385
)
385386

386387
finally:

0 commit comments

Comments
 (0)