diff options
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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, { |