increase timeout
This commit is contained in:
parent
1118ba1c2d
commit
d120396957
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ class NcPasswordClient:
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'--timeout', '-t',
|
'--timeout', '-t',
|
||||||
default=3,
|
default=10,
|
||||||
type=click.INT,
|
type=click.INT,
|
||||||
help='Nextcloud user\'s end-to-end encryption password'
|
help='Nextcloud user\'s end-to-end encryption password'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue