summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2023-11-28 08:54:53 -0800
committerAmir Ayupov <aaupov@fb.com>2023-11-28 08:55:30 -0800
commit202dda8e5c3fb45e6a96691a40a66cd5877a9a9b (patch)
tree2f0bf517ed3d432488da4b815881f6eecff8f470
parentf4c5c470cdd6962550cfbdd41318b3a63a9d3747 (diff)
[BOLT][utils] Bump default time threshold to 1s in nfc-stat-parser
-rwxr-xr-xbolt/utils/nfc-stat-parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/utils/nfc-stat-parser.py b/bolt/utils/nfc-stat-parser.py
index 694ffd88fe57..72a21e0e24a1 100755
--- a/bolt/utils/nfc-stat-parser.py
+++ b/bolt/utils/nfc-stat-parser.py
@@ -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",
)