Skip to content

Commit

Permalink
change timeout longer to avoid test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaofengWu123 committed Dec 18, 2024
1 parent d31a485 commit cdc2634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-cases/functional/ptf/saidashdpapp_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def ageoutTcpTest(self):
send_packet(self, 0, vxlan_pkt)
print("\tVerifying flow created...")
verify_flow(self.eni_mac, self.vnet & 0xffff, inner_pkt)
time.sleep(30)
time.sleep(35)
print("\tVerifying flow aged out...")
verify_no_flow(self.eni_mac, self.vnet & 0xffff, inner_pkt)

Expand Down

0 comments on commit cdc2634

Please sign in to comment.