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/everflow/everflow_test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ def apply_non_openconfig_acl_rule(self, duthost, extra_vars, rule_file, table_na
duthost.shell("config load -y {}".format(dest_path))

if duthost.facts['asic_type'] != 'vs':
pytest_assert(wait_until(60, 2, 0, self.check_rule_active, duthost, table_name),
pytest_assert(wait_until(150, 2, 0, self.check_rule_active, duthost, table_name),
"Acl rule counters are not ready")

def apply_ip_type_rule(self, duthost, ip_version):
Expand Down
Loading