From d12039695745b9af46eee4fe30fb2c1437814cc8 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 11 Nov 2024 10:05:13 +0200 Subject: [PATCH] increase timeout --- nc_password_client/nc_password_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_password_client/nc_password_client.py b/nc_password_client/nc_password_client.py index 5d9b518..ac1f9b1 100755 --- a/nc_password_client/nc_password_client.py +++ b/nc_password_client/nc_password_client.py @@ -807,7 +807,7 @@ class NcPasswordClient: ) @click.option( '--timeout', '-t', - default=3, + default=10, type=click.INT, help='Nextcloud user\'s end-to-end encryption password' )