Merge "IpSecManagerTest: Increase time to wait for packets"

This commit is contained in:
Patrick Rohr
2023-03-01 21:08:19 +00:00
committed by Gerrit Code Review

View File

@@ -395,7 +395,7 @@ public class IpSecManagerTest extends IpSecBaseTest {
private static class StatsChecker {
private static final double ERROR_MARGIN_BYTES = 1.05;
private static final double ERROR_MARGIN_PKTS = 1.05;
private static final int MAX_WAIT_TIME_MILLIS = 1000;
private static final int MAX_WAIT_TIME_MILLIS = 3000;
private static long uidTxBytes;
private static long uidRxBytes;