From b00a1d6b7f9c67e49e81aadb135ff2a3ff92f9a1 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 27 Mar 2015 14:36:05 +0100 Subject: [PATCH] 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 23a9fb0314428c9e805f3434437d3d3a59a06bbe. --- js/gdm/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/gdm/util.js b/js/gdm/util.js index 6286b84fc..2ff59cb75 100644 --- a/js/gdm/util.js +++ b/js/gdm/util.js @@ -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,