Commit 5b3cc6e309788dbdb52c9e8f2224bf9006712fc2

Authored by Marcelo Puebla
1 parent 6be0f6fecb
Exists in master and in 1 other branch validar_pve

Aumentado timer.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/components/pago/pago.component.ts
... ... @@ -44,7 +44,7 @@ export class PagoComponent implements OnInit {
44 44 setTimeout(() => {
45 45  
46 46 this.router.navigate(['mensaje-final']);
47   - }, 1000);
  47 + }, 3000);
48 48 }, err => {
49 49 console.log(err);
50 50 alert('algo salió mal');