[BOLT][utils] Bump default time threshold to 2s in nfc-stat-parser

This commit is contained in:
Amir Ayupov 2023-12-01 09:57:02 -08:00
parent 76a9ea1321
commit 9584f58344

View File

@ -19,7 +19,7 @@ def main():
)
parser.add_argument(
"--check_longer_than",
default=1,
default=2,
type=float,
help="Only warn on tests longer than X seconds for at least one side",
)