commit 52e2daefda875980591eac68f672c0a543c3b6c4 parent ad83c0f13add7850f5117e7f9d8736d7aaa917ca Author: Florian Dold <florian@dold.me> Date: Wed, 7 May 2025 01:42:19 +0200 harness: temporary fix for deposit kyc test Diffstat:
| M | packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts b/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts @@ -266,6 +266,10 @@ export async function runKycMerchantDepositTest(t: GlobalTestState) { // Wait 500ms await delayMs(500); + + // FIXME: Remove this once we can configure timeouts + // https://bugs.gnunet.org/view.php?id=9892 + await merchant.runKyccheckOnce(); } }