Delay option adding delay time to removing notifications.For 5sec you have to set 5000(ms).By the way you can make it sticky i will show an example about that.
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'delay' :10000
});
});