gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: increase timeout for test


From: gnunet
Subject: [taler-wallet-core] branch master updated: increase timeout for test
Date: Thu, 04 Feb 2021 19:27:15 +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 4e6b1561 increase timeout for test
4e6b1561 is described below

commit 4e6b15615634e53a98a7e9b2e8d7b6f3f9e540fb
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 4 19:27:10 2021 +0100

    increase timeout for test
---
 packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 2 ++
 packages/taler-wallet-cli/src/integrationtests/testrunner.ts      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index a7779731..54f330c6 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -200,3 +200,5 @@ export async function runRevocationTest(t: GlobalTestState) 
{
 
   await makeTestPayment(t, { wallet, merchant, order });
 }
+
+runRevocationTest.timeoutMs = 120000;
\ No newline at end of file
diff --git a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts 
b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
index 455d8f45..e220e45e 100644
--- a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
@@ -203,6 +203,8 @@ export async function runTests(spec: TestRunSpec) {
     const defaultTimeout = 60000;
     const testTimeoutMs = testCase.timeoutMs ?? defaultTimeout;
 
+    console.log(`running ${testName} with timeout ${testTimeoutMs}ms`);
+
     const { token } = CancellationToken.timeout(testTimeoutMs);
 
     const resultPromise: Promise<TestRunResult> = new Promise(

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