Commit 536f87abe2a286d6aaac27657e258561dbe58b1c

Authored by Marcelo Puebla
1 parent 900dccb8b9
Exists in master and in 1 other branch validar_pve

Cambiado tiempo de timer.

src/app/components/mensaje-final/mensaje-final.component.ts
... ... @@ -23,7 +23,7 @@ export class MensajeFinalComponent implements OnInit {
23 23 this.timer = setTimeout(() => {
24 24  
25 25 this.limpiarCarritoYvolver();
26   - }, 30000)
  26 + }, 3000)
27 27 }
28 28  
29 29 ngOnDestroy() {