13 lines
970 B
Diff
13 lines
970 B
Diff
diff -up pkcs11-provider-1.0/tests/meson.build.xxx pkcs11-provider-1.0/tests/meson.build
|
|
--- pkcs11-provider-1.0/tests/meson.build.xxx 2025-08-04 10:45:55.290301152 +0200
|
|
+++ pkcs11-provider-1.0/tests/meson.build 2025-08-04 10:46:12.512858275 +0200
|
|
@@ -148,7 +148,7 @@ tests = {
|
|
'session': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
|
'rand': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
|
'readkeys': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
|
- 'tls': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
|
+ 'tls': {'suites': ['softokn', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
|
'tlsfuzzer': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
|
'uri': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
|
'ecxc': {'suites': ['softhsm', 'kryoptic', 'kryoptic.nss']},
|