diff options
| author | Florian Dold <florian@dold.me> | 2023-01-16 16:14:48 +0100 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2023-01-16 16:14:48 +0100 | 
| commit | e9a170d291acae5d54fec81fa74890b5451dd3cc (patch) | |
| tree | 0b0bb3f18d069ce4a6a3abdd2a65ad4dc3137b2b /packages/taler-harness | |
| parent | c4e8eabce843624b8a000136aaceaa90738b969a (diff) | |
harness: wait in test
Diffstat (limited to 'packages/taler-harness')
| -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,      { | 
