summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 0659532122..cae925c132 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