diff --git a/bolt/utils/nfc-stat-parser.py b/bolt/utils/nfc-stat-parser.py index 72a21e0e24a1a..4a0d677ec962b 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=1, + default=2, type=float, help="Only warn on tests longer than X seconds for at least one side", )