From b7592b64fa1c5c57b39f9d2ddc3ba85de56ff13d Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Mon, 4 May 2026 11:53:42 +0200 Subject: [PATCH] Reduce AES iterations for tests as they are otherwise slowed down significantly due to low-power CI tools. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7573793e2..a33cbc760 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,6 +10,8 @@ jobs: unit_tests: name: Unit tests runs-on: ${{ matrix.os }} + env: + DUPLICATI__AES_V3_ITERATIONS: 10000 strategy: fail-fast: false matrix: @@ -46,6 +48,8 @@ jobs: integration_tests: name: Integration tests runs-on: ${{ matrix.os }} + env: + DUPLICATI__AES_V3_ITERATIONS: 10000 strategy: fail-fast: false matrix: