Skip to content

Commit

Permalink
Change pin timer
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwaller committed Dec 30, 2013
1 parent 75e1c25 commit 2be1666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class PINManager {

public static final long PIN_REPROMPT_TIME = 5 * 1000; // Five seconds
public static final long PIN_REPROMPT_TIME = 2 * 1000; // Five seconds

private static PINManager INSTANCE = null;

Expand Down

0 comments on commit 2be1666

Please sign in to comment.