Searched refs:RETRY_INTERVALS_MS (Results 1 – 1 of 1) sorted by relevance
75 public static final long[] RETRY_INTERVALS_MS = field in VcnGatewayConnectionConfigTest153 builder.setRetryIntervalsMillis(RETRY_INTERVALS_MS).setMaxMtu(MAX_MTU); in buildTestConfigWithExposedCapsAndOptions()295 assertArrayEquals(RETRY_INTERVALS_MS, config.getRetryIntervalsMillis()); in testBuilderAndGetters()