diff --git a/tests/acl/test_acl.py b/tests/acl/test_acl.py index 39d8921e9fc..b81d742917a 100644 --- a/tests/acl/test_acl.py +++ b/tests/acl/test_acl.py @@ -1057,7 +1057,7 @@ def check_rule_counters(self, duthost): return True logger.info('Wait all rule counters are ready') - return wait_until(60, 2, 0, self.check_rule_counters_internal, duthost) + return wait_until(120, 2, 0, self.check_rule_counters_internal, duthost) def check_rule_counters_internal(self, duthost): for asic_id in duthost.get_frontend_asic_ids():