diff --git a/lnbits/extensions/lnticket/templates/lnticket/display.html b/lnbits/extensions/lnticket/templates/lnticket/display.html index bb59b682..3b48766c 100644 --- a/lnbits/extensions/lnticket/templates/lnticket/display.html +++ b/lnbits/extensions/lnticket/templates/lnticket/display.html @@ -187,7 +187,7 @@ }) } }) - }, 2000) + }, 3000) }) .catch(function (error) { LNbits.utils.notifyApiError(error) diff --git a/lnbits/extensions/tpos/templates/tpos/tpos.html b/lnbits/extensions/tpos/templates/tpos/tpos.html index a7172661..1727e6e9 100644 --- a/lnbits/extensions/tpos/templates/tpos/tpos.html +++ b/lnbits/extensions/tpos/templates/tpos/tpos.html @@ -238,7 +238,7 @@ }) } }) - }, 2000) + }, 3000) }) .catch(function (error) { LNbits.utils.notifyApiError(error)