setTimeout(function() {
    $('.success').fadeOut('slow');
}, 4000); // <-- time in milliseconds
