From 4e6b15615634e53a98a7e9b2e8d7b6f3f9e540fb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 4 Feb 2021 19:27:10 +0100 Subject: increase timeout for test --- packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-revocation.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts index a77797314..54f330c68 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 -- cgit v1.2.3