Skip to content

Commit

Permalink
Update fdb_configer.py
Browse files Browse the repository at this point in the history
increase the waiting time for fdb entries update
  • Loading branch information
richardyu-ms authored Jun 24, 2022
1 parent 343d16b commit fab0268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sai_test/config/fdb_configer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_fdb_entries(self,
type=SAI_FDB_ENTRY_TYPE_STATIC,
vlan_oid=None,
packet_action=SAI_PACKET_ACTION_FORWARD,
wait_sec=1):
wait_sec=2):
"""
Create FDB entries.
Expand Down

0 comments on commit fab0268

Please sign in to comment.