diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index cae925c132..228a21d03c 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -173,9 +173,10 @@ test_env.set('G_TEST_BUILDDIR', meson.current_build_dir()) slow_tests = { 'test-aio-multithread' : 120, + 'test-bufferiszero': 60, 'test-crypto-block' : 300, - 'test-crypto-tlscredsx509': 45, - 'test-crypto-tlssession': 45, + 'test-crypto-tlscredsx509': 90, + 'test-crypto-tlssession': 90, 'test-replication': 60, } |