Skip to content
Closed
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/acl/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
Loading