diff options
author | Florian Dold <florian@dold.me> | 2020-11-03 15:56:02 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2020-11-03 15:56:02 +0100 |
commit | ca343e4e0037cd986b3115079d370e61fc5897ce (patch) | |
tree | ae5ebf8fa6fdc8704272eb94151dd3f086413ec9 /packages/taler-integrationtests/src/test-refund-incremental.ts | |
parent | e259d109efd998d0ff6197123a47b83bfe274680 (diff) |
fix broken integration tests due to merchant API changes
Diffstat (limited to 'packages/taler-integrationtests/src/test-refund-incremental.ts')
-rw-r--r-- | packages/taler-integrationtests/src/test-refund-incremental.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-integrationtests/src/test-refund-incremental.ts b/packages/taler-integrationtests/src/test-refund-incremental.ts index 661378dc8..d83fda470 100644 --- a/packages/taler-integrationtests/src/test-refund-incremental.ts +++ b/packages/taler-integrationtests/src/test-refund-incremental.ts @@ -24,7 +24,7 @@ import { MerchantPrivateApi, } from "./harness"; import { createSimpleTestkudosEnvironment, withdrawViaBank } from "./helpers"; -import { TransactionType, Amounts } from "taler-wallet-core"; +import { TransactionType, Amounts, durationFromSpec } from "taler-wallet-core"; /** * Run test for basic, bank-integrated withdrawal. @@ -51,6 +51,7 @@ runTest(async (t: GlobalTestState) => { amount: "TESTKUDOS:10", fulfillment_url: "taler://fulfillment-success/thx", }, + refund_delay: durationFromSpec({ minutes: 5}), }); let orderStatus = await MerchantPrivateApi.queryPrivateOrderStatus(merchant, { |