Revert "Revert "Give user 48ms to read each character of a PAM message, earlier it was 16ms""

I mean't to attach that to the bug not revert it.

This reverts commit 23a9fb0314.
This commit is contained in:
Adel Gadllah 2015-03-27 14:36:05 +01:00
parent d24abab4a8
commit b00a1d6b7f

View File

@ -35,8 +35,8 @@ const ALLOWED_FAILURES_KEY = 'allowed-failures';
const LOGO_KEY = 'logo';
const DISABLE_USER_LIST_KEY = 'disable-user-list';
// Give user 16ms to read each character of a PAM message
const USER_READ_TIME = 16
// Give user 48ms to read each character of a PAM message
const USER_READ_TIME = 48
const MessageType = {
NONE: 0,