diff --git a/src/app/components/pago/pago.component.ts b/src/app/components/pago/pago.component.ts index ef36864..32afe33 100644 --- a/src/app/components/pago/pago.component.ts +++ b/src/app/components/pago/pago.component.ts @@ -44,7 +44,7 @@ export class PagoComponent implements OnInit { setTimeout(() => { this.router.navigate(['mensaje-final']); - }, 1000); + }, 3000); }, err => { console.log(err); alert('algo salió mal');