Skip to content

Commit

Permalink
Changing the threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Mar 26, 2016
1 parent 5b7d2b3 commit 9c743af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public class EidPreconditionsIT {
private static final int OPERATIONS = 1000;
private static final double SPEED_THRESHOLD = 0.25;
private static final double SPEED_THRESHOLD = 0.80;
private static final Logger LOG = LoggerFactory.getLogger(EidPreconditionsIT.class);
private static final double PERCENT = 100;

Expand Down

0 comments on commit 9c743af

Please sign in to comment.