You really should give it a try and post your code before asking for help. This works, though there may be a more efficient method:
$('.pop').popover().click(function () {
setTimeout(function () {
$('.pop').popover('hide');
}, 2000);
});
Click me
http://jsfiddle.net/isherwood/Bqq7C/27/