[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: add sleep in tipping test case
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: add sleep in tipping test case |
Date: |
Fri, 23 Jul 2021 17:53:56 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 237fedb2 add sleep in tipping test case
237fedb2 is described below
commit 237fedb2414926ce5a8e55b92107b6486036553b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 23 17:53:51 2021 +0200
add sleep in tipping test case
---
contrib/merchant-backoffice | 2 +-
src/testing/test_merchant_api.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index fe987187..4320467d 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit fe987187e178816d42ed12178d430c8771cb5a75
+Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 6695c844..1bdb81d6 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -972,7 +972,10 @@ run (void *cls,
payer_payto,
"create-reserve-tip-1",
MHD_HTTP_OK),
+ /* We need to wait until the merchant re-tries fetching the
+ reserve from the exchange. */
cmd_exec_wirewatch ("wirewatch-3"),
+ TALER_TESTING_cmd_sleep ("tip-sleep", 3),
TALER_TESTING_cmd_tip_authorize ("authorize-tip-1",
merchant_url,
EXCHANGE_URL,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: add sleep in tipping test case,
gnunet <=