diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_python.py b/test/test_python.py index 3038b76..3ac2a6e 100644 --- a/test/test_python.py +++ b/test/test_python.py @@ -71,6 +71,7 @@ param_kwargs = [ { "min_chunk_sz": 1 * 1024 * 1024 }, { "max_chunk_sz": 64 * 1024 * 1024 }, { "coremask": "0x0f" }, + { "max_startups": 5 }, { "severity": mscp.SEVERITY_NONE }, { "cipher": "aes128-gcm@openssh.com" }, { "compress": "yes" }, |