aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-06 09:02:19 +0100
committerFlorian Dold <florian@dold.me>2024-03-06 09:02:19 +0100
commit2547c7ca3cf0f8f5cbee9b9d78a44588a71361be (patch)
tree62a20f9bc3ddbc3a54ee7b4b27bc786554fb49fd /packages/taler-harness/src/integrationtests
parent12d2157cd71e9b0d93b70783694997ea5eb7cdb8 (diff)
downloadwallet-core-2547c7ca3cf0f8f5cbee9b9d78a44588a71361be.tar.xz
harness: run transfer in test-deposit
Diffstat (limited to 'packages/taler-harness/src/integrationtests')
-rw-r--r--packages/taler-harness/src/integrationtests/test-deposit.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-deposit.ts b/packages/taler-harness/src/integrationtests/test-deposit.ts
index 84b693eae..74b318226 100644
--- a/packages/taler-harness/src/integrationtests/test-deposit.ts
+++ b/packages/taler-harness/src/integrationtests/test-deposit.ts
@@ -91,10 +91,15 @@ export async function runDepositTest(t: GlobalTestState) {
await depositTrack;
t.logStep("before-aggregator");
+
await exchange.runAggregatorOnceWithTimetravel({
timetravelMicroseconds: 1000 * 1000 * 60 * 60 * 3,
});
+ await exchange.runTransferOnceWithTimetravel({
+ timetravelMicroseconds: 1000 * 1000 * 60 * 60 * 3,
+ });
+
await depositDone;
const transactions = await walletClient.client.call(