taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit aa8b139650be7f6e82dd2baae5a7cf0e58001ba2
parent 4428677a393bcde8a356640dc4c906f840bd764b
Author: Florian Dold <florian@dold.me>
Date:   Fri, 14 Nov 2025 20:06:22 +0100

harness: fix self provision test

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-merchant-self-provision-activation-and-login.ts | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-merchant-self-provision-activation-and-login.ts b/packages/taler-harness/src/integrationtests/test-merchant-self-provision-activation-and-login.ts @@ -92,7 +92,11 @@ taler-harness run-helper --socket ${socketFile} -- $@ default_pay_delay: Duration.toTalerProtocolDuration( Duration.fromSpec({ days: 14 }), ), - default_wire_transfer_delay: { d_us: "forever" as const }, + default_wire_transfer_delay: Duration.toTalerProtocolDuration( + Duration.fromSpec({ + days: 7, + }), + ), jurisdiction: {}, address: {}, email: "some@taler.net",