Reduce AES iterations for tests as they are otherwise slowed down significantly due to low-power CI tools.

This commit is contained in:
Kenneth Skovhede
2026-05-04 11:53:42 +02:00
parent 64e848f490
commit b7592b64fa
+4
View File
@@ -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: