summaryrefslogtreecommitdiff
path: root/lockfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'lockfile.py')
-rw-r--r--lockfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile.py b/lockfile.py
index 2d42914..2907107 100644
--- a/lockfile.py
+++ b/lockfile.py
@@ -18,7 +18,7 @@ cfg = config.add_commandline_args(f'Lockfile ({__file__})', 'Args related to loc
cfg.add_argument(
'--lockfile_held_duration_warning_threshold_sec',
type=float,
- default=10.0,
+ default=60.0,
metavar='SECONDS',
help='If a lock is held for longer than this threshold we log a warning',
)