gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: harness: wait in test


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: wait in test
Date: Mon, 16 Jan 2023 16:14:52 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new e9a170d29 harness: wait in test
e9a170d29 is described below

commit e9a170d291acae5d54fec81fa74890b5451dd3cc
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 16 16:14:48 2023 +0100

    harness: wait in test
---
 packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 3 +++
 1 file changed, 3 insertions(+)

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,
     {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]