feat: add remote_public_keys_timeout option in order to set the time after which the retrieval of external public keys should be interrupted

This commit is contained in:
cătălin 2023-11-29 18:15:34 +01:00
commit 4fb1fff521
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 16 additions and 7 deletions

View file

@ -24,7 +24,7 @@ def test_instance_encryptor_from_age_keys(halig_path, notebooks_path):
f.write(str(identity.to_public()))
recipient_paths.append(recipient_path)
#cache_path = platformdirs.user_cache_path("halig", ensure_exists=True)
# cache_path = platformdirs.user_cache_path("halig", ensure_exists=True)
settings = Settings(
notebooks_root_path=notebooks_path,
identity_paths=identity_paths,