Skip to content

Commit 3b0bfdb

Browse files
committed
chore: adjusts Metrics SLA for slow py36 interpreters
1 parent 17008f2 commit 3b0bfdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/performance/test_metrics.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from aws_lambda_powertools.metrics import metrics as metrics_global
1111

1212
# adjusted for slower machines in CI too
13-
METRICS_VALIDATION_SLA: float = 0.0013
14-
METRICS_SERIALIZATION_SLA: float = 0.0013
13+
METRICS_VALIDATION_SLA: float = 0.0019
14+
METRICS_SERIALIZATION_SLA: float = 0.0019
1515

1616

1717
@contextmanager

0 commit comments

Comments
 (0)