gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: remove debug delay in test


From: gnunet
Subject: [taler-wallet-core] 01/02: remove debug delay in test
Date: Fri, 15 Jan 2021 19:20:19 +0100

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

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

commit e273724b1c7eb88bcf332d07eff9ef1d21a1622b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jan 15 18:43:28 2021 +0100

    remove debug delay in test
---
 packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index 6e3a8f7a..421b9a30 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -48,11 +48,9 @@ async function revokeAllWalletCoins(req: {
   for (const x of usedDenomHashes.values()) {
     await exchange.revokeDenomination(x);
   }
-  console.log("waiting 30 seconds after revocation");
-  await delayMs(30000);
+  await delayMs(1000);
   await exchange.keyup();
-  console.log("waiting 30 seconds after keyup");
-  await delayMs(30000);
+  await delayMs(1000);
   await merchant.stop();
   await merchant.start();
   await merchant.pingUntilAvailable();

-- 
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]