Fecha de JavaScript por 5 segundos a partir de ahora

var t = new Date();
t.setSeconds(t.getSeconds() + 10);
Cruel Cheetah