Skip to content

Commit

Permalink
increase sleep time for packet send/receive (sonic-net#12720)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhu authored May 17, 2024
1 parent 2925919 commit 6332abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qos/test_qos_dscp_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def send_and_verify_traffic(ptfadapter,
global packet_egressed_success
packet_egressed_success = True
# Wait for packets to be processed by the DUT
time.sleep(7)
time.sleep(8)
return ptf_dst_port_ids[port_index]

except AssertionError as detail:
Expand Down

0 comments on commit 6332abc

Please sign in to comment.