I have noted down, that information about forms and such like attachment dimensions etc. are disappearing a bit too fast.
For users it might be a problem because those information dialogies disappears so fast, that they even do not notice there was something for to know.
So one second or 2 is not much adding for them.
I would do that to my forums, but not sure from where or is there only one line that is handling them?
Cheers
Search for Bootstrap initialization in eeBootstrap.js
$(".alert.autoclose").delay(3000).slideUp(200, function() {
$(this).alert('close');
});
change 3000 as you as you wish…