Skip to content

Commit 202dda8

Browse files
committed
[BOLT][utils] Bump default time threshold to 1s in nfc-stat-parser
1 parent f4c5c47 commit 202dda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/utils/nfc-stat-parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
)
2020
parser.add_argument(
2121
"--check_longer_than",
22-
default=0.5,
22+
default=1,
2323
type=float,
2424
help="Only warn on tests longer than X seconds for at least one side",
2525
)

0 commit comments

Comments
 (0)