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 {
119
119
assertNotNull (addr );
120
120
counters .get (addr .getHost ()).incrementAndGet ();
121
121
}
122
- assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .03 );
122
+ assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .05 );
123
123
124
124
// test getting a secondary by multiple tags
125
125
List <ReplicaSetStatus .Tag > twoTagsList = new ArrayList <ReplicaSetStatus .Tag >();
@@ -148,7 +148,7 @@ public void testReplicaSet() throws Exception {
148
148
assertNotNull (addr );
149
149
counters .get (addr .getHost ()).incrementAndGet ();
150
150
}
151
- assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .04 );
151
+ assertLess (((getHigh (counters ) - getLow (counters )) / (double ) getHigh (counters )), .05 );
152
152
}
153
153
154
154
@ Test (expectedExceptions = MongoException .class )
You can’t perform that action at this time.
0 commit comments