diff --git a/lib/otp/otp.h b/lib/otp/otp.h index 25412e3a5..bf72ae9d9 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -50,8 +50,8 @@ typedef unsigned char OtpKey[OTPKEYSIZE]; #define OTP_MIN_PASSPHRASE 10 #define OTP_MAX_PASSPHRASE 63 -#define OTP_USER_TIMEOUT 60 -#define OTP_DB_TIMEOUT 60 +#define OTP_USER_TIMEOUT 120 +#define OTP_DB_TIMEOUT 60 #define OTP_HEXPREFIX "hex:" #define OTP_WORDPREFIX "word:"