Skip to content

Commit 9c743af

Browse files
committed
Changing the threshold
1 parent 5b7d2b3 commit 9c743af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/pl/wavesoftware/eid/utils/EidPreconditionsIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
public class EidPreconditionsIT {
3838
private static final int OPERATIONS = 1000;
39-
private static final double SPEED_THRESHOLD = 0.25;
39+
private static final double SPEED_THRESHOLD = 0.80;
4040
private static final Logger LOG = LoggerFactory.getLogger(EidPreconditionsIT.class);
4141
private static final double PERCENT = 100;
4242

0 commit comments

Comments
 (0)