summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-24 01:13:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-24 01:13:30 +0000
commit4e594b25241602361cd837aed809216db580825d (patch)
treeaab8551ed6cf00ab715b49f4c5eff93f423cf5dd
parentdaf6b15eba2afa6a5419055d9db19de89c99ccce (diff)
parenta767ef06de075dab6ea26fe2314f7860d5b114e5 (diff)
downloadtests-android12L-release.tar.gz
Change-Id: Icea9f9fb66c287d5b9b618cc49ee441ae92376ba
-rwxr-xr-xnet/test/resilient_rs_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/test/resilient_rs_test.py b/net/test/resilient_rs_test.py
index 27b9f49..be3210b 100755
--- a/net/test/resilient_rs_test.py
+++ b/net/test/resilient_rs_test.py
@@ -97,14 +97,14 @@ class ResilientRouterSolicitationTest(multinetwork_base.MultiNetworkBaseTest):
def testRouterSolicitationBackoff(self):
# Test error tolerance
- EPSILON = 0.1
+ EPSILON = 0.15
# Minimum RFC3315 S14 backoff
MIN_EXP = 1.9 - EPSILON
# Maximum RFC3315 S14 backoff
MAX_EXP = 2.1 + EPSILON
SOLICITATION_INTERVAL = 1
- # Linear backoff for 4 samples yields 3.6 < T < 4.4
- # Exponential backoff for 4 samples yields 4.83 < T < 9.65
+ # Linear backoff for 4 samples yields 3.5 < T < 4.5
+ # Exponential backoff for 4 samples yields 4.36 < T < 10.39
REQUIRED_SAMPLES = 4
# Give up after 10 seconds. Tuned for REQUIRED_SAMPLES = 4
SAMPLE_INTERVAL = 10