We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd054 commit 7ec0648Copy full SHA for 7ec0648
tests/performance/test_metrics.py
@@ -10,8 +10,8 @@
10
from aws_lambda_powertools.metrics import metrics as metrics_global
11
12
# adjusted for slower machines in CI too
13
-METRICS_VALIDATION_SLA: float = 0.0019
14
-METRICS_SERIALIZATION_SLA: float = 0.0019
+METRICS_VALIDATION_SLA: float = 0.002
+METRICS_SERIALIZATION_SLA: float = 0.002
15
16
17
@contextmanager
0 commit comments