Skip to content

Commit 3ee7314

Browse files
Making pytest happy
1 parent b900135 commit 3ee7314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/parser/test_parser_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from aws_lambda_powertools.utilities.parser import parse
1010

1111
# adjusted for slower machines in CI too
12-
PARSER_VALIDATION_SLA: float = 0.005
12+
PARSER_VALIDATION_SLA: float = 0.010
1313

1414

1515
@contextmanager

0 commit comments

Comments
 (0)