webui: increase duration of notification messages

by 66%

https://fedorahosted.org/freeipa/ticket/4792

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Petr Vobornik 2014-12-05 16:21:19 +01:00
parent edddb4fb2e
commit e4f014dfa0

View File

@ -1198,7 +1198,7 @@ IPA.get_succeeded = function(data) {
*/
IPA.config = {
default_priority: 500,
message_timeout: 3000, // [ms]
message_timeout: 5000, // [ms]
message_timeout_length: 50 // [chars]
};