Change threshold.
authorScott Gasch <[email protected]>
Sat, 5 Feb 2022 18:04:06 +0000 (10:04 -0800)
committerScott Gasch <[email protected]>
Sat, 5 Feb 2022 18:04:06 +0000 (10:04 -0800)
lockfile.py

index 2d429147937d01b37a057910c50004374917af0f..290710759dbc702fff757ae2561fe5c0af3051a6 100644 (file)
@@ -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',
 )