[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: testing: delay to allow inges
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: testing: delay to allow ingestion |
Date: |
Fri, 30 Jul 2021 12:12:38 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new f448f94a testing: delay to allow ingestion
f448f94a is described below
commit f448f94aea7a6d3dec947f2fa4fdf2dba2f68de9
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 30 12:12:26 2021 +0200
testing: delay to allow ingestion
---
.../src/integrationtests/test-libeufin-refund-multiple-users.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund-multiple-users.ts
b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund-multiple-users.ts
index 3a228866..a79b705a 100644
---
a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund-multiple-users.ts
+++
b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund-multiple-users.ts
@@ -17,7 +17,7 @@
/**
* Imports.
*/
-import { GlobalTestState } from "./harness";
+import { GlobalTestState, delayMs } from "./harness";
import {
SandboxUserBundle,
NexusUserBundle,
@@ -85,6 +85,7 @@ export async function runLibeufinRefundMultipleUsersTest(t:
GlobalTestState) {
libeufinServices.libeufinNexus,
user02nexus.localAccountName,
);
+ delayMs(2000); // time to ingest.
await LibeufinNexusApi.submitInitiatedPayment(
libeufinServices.libeufinNexus,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: testing: delay to allow ingestion,
gnunet <=