diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 0659532..cae925c 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -175,7 +175,8 @@ slow_tests = { 'test-aio-multithread' : 120, 'test-crypto-block' : 300, 'test-crypto-tlscredsx509': 45, - 'test-crypto-tlssession': 45 + 'test-crypto-tlssession': 45, + 'test-replication': 60, } foreach test_name, extra: tests |