From e9a170d291acae5d54fec81fa74890b5451dd3cc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Jan 2023 16:14:48 +0100 Subject: harness: wait in test --- packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-harness') diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts index 211f20494..fb4e694c3 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts @@ -66,6 +66,9 @@ export async function runPeerToPeerPullTest(t: GlobalTestState) { }, ); + // Wait until the initiation is actually done. + await wallet1.runUntilDone(); + const checkResp = await wallet2.client.call( WalletApiOperation.CheckPeerPullPayment, { -- cgit v1.2.3