Skip to content

Commit 3fb6049

Browse files
markx-aristaabhishek-nexthop
authored andcommitted
Increase timeout for test_crm.py::test_acl_counter (sonic-net#22672)
Some platforms need a slightly longer timeout for ACL counter resources Signed-off-by: markxiao <markxiao@arista.com> Signed-off-by: Abhishek <abhishek@nexthop.ai>
1 parent ea2414c commit 3fb6049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/crm/test_crm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ def test_acl_counter(duthosts, enum_rand_one_per_hwsku_frontend_hostname, enum_f
13371337
expected_acl_counter_used = new_crm_stats_acl_counter_used + actual_acl_count - CRM_COUNTER_TOLERANCE
13381338
logger.info("Waiting for {} ACL counter resources to stabilize".format(actual_acl_count))
13391339
wait_for_crm_counter_update(get_acl_counter_stats, duthost, expected_used=expected_acl_counter_used,
1340-
oper_used=">=", timeout=60, interval=5)
1340+
oper_used=">=", timeout=90, interval=5)
13411341

13421342
new_crm_stats_acl_counter_used, new_crm_stats_acl_counter_available = \
13431343
get_crm_stats(get_acl_counter_stats, duthost)

0 commit comments

Comments
 (0)