taler-typescript-core

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

commit 7a591c39d78c5183ae05d36221d0bcf8322cea92
parent 18c30b9a00a4e5dee629f4e06c261509ff7ba455
Author: Florian Dold <florian@dold.me>
Date:   Fri, 10 Feb 2023 13:27:39 +0100

-clarification

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-withdrawal-huge.ts | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-huge.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-huge.ts @@ -30,8 +30,10 @@ import { CoinConfig, defaultCoinConfig } from "../harness/denomStructures.js"; import { NotificationType, URL } from "@gnu-taler/taler-util"; /** - * Withdraw a high amount. Mostly intended - * as a perf test. + * Withdraw a high amount. Mostly intended as a perf test. + * + * It is useful to see whether the wallet stays responsive while doing a huge withdrawal. + * (This is not automatic yet. Use taler-wallet-cli to connect to the daemon and make requests to check.) */ export async function runWithdrawalHugeTest(t: GlobalTestState) { // Set up test environment