File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public void testReplicaSet() throws Exception {
119119 assertNotNull (addr );
120120 counters .get (addr .getHost ()).incrementAndGet ();
121121 }
122- assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .03 );
122+ assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .05 );
123123
124124 // test getting a secondary by multiple tags
125125 List <ReplicaSetStatus .Tag > twoTagsList = new ArrayList <ReplicaSetStatus .Tag >();
@@ -148,7 +148,7 @@ public void testReplicaSet() throws Exception {
148148 assertNotNull (addr );
149149 counters .get (addr .getHost ()).incrementAndGet ();
150150 }
151- assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .04 );
151+ assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .05 );
152152 }
153153
154154 @ Test (expectedExceptions = MongoException .class )
You can’t perform that action at this time.
0 commit comments