Pokazanie modali bootstrap po opóźnieniu

setTimeout(function() {
    $('#myModal').modal();
}, 2000);
Creepy Crocodile