[BOLT][utils] Bump default time threshold to 1s in nfc-stat-parser
This commit is contained in:
parent
f4c5c470cd
commit
202dda8e5c
@ -19,7 +19,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
"--check_longer_than",
|
||||
default=0.5,
|
||||
default=1,
|
||||
type=float,
|
||||
help="Only warn on tests longer than X seconds for at least one side",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user