[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: integration test: drop less r
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: integration test: drop less responses |
Date: |
Mon, 11 Jan 2021 00:46:33 +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 a10f9650 integration test: drop less responses
a10f9650 is described below
commit a10f9650b27d43481992885435ed225c068f7ca9
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 11 00:46:28 2021 +0100
integration test: drop less responses
---
packages/taler-integrationtests/src/test-payment-fault.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/taler-integrationtests/src/test-payment-fault.ts
b/packages/taler-integrationtests/src/test-payment-fault.ts
index 8a8678a2..ca31e8ee 100644
--- a/packages/taler-integrationtests/src/test-payment-fault.ts
+++ b/packages/taler-integrationtests/src/test-payment-fault.ts
@@ -179,11 +179,11 @@ runTest(async (t: GlobalTestState) => {
await wallet.runPending();
- // Drop 10 responses from the exchange.
+ // Drop 3 responses from the exchange.
let faultCount = 0;
faultyExchange.faultProxy.addFault({
modifyResponse(ctx: FaultInjectionResponseContext) {
- if (faultCount < 10) {
+ if (faultCount < 3) {
faultCount++;
ctx.dropResponse = true;
}
--
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: integration test: drop less responses,
gnunet <=