Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/crm/test_crm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ def test_acl_counter(duthosts, enum_rand_one_per_hwsku_frontend_hostname, enum_f
expected_acl_counter_used = new_crm_stats_acl_counter_used + actual_acl_count - CRM_COUNTER_TOLERANCE
logger.info("Waiting for {} ACL counter resources to stabilize".format(actual_acl_count))
wait_for_crm_counter_update(get_acl_counter_stats, duthost, expected_used=expected_acl_counter_used,
oper_used=">=", timeout=60, interval=5)
oper_used=">=", timeout=90, interval=5)

new_crm_stats_acl_counter_used, new_crm_stats_acl_counter_available = \
get_crm_stats(get_acl_counter_stats, duthost)
Expand Down
Loading