Skip to content

Commit fcdbeb8

Browse files
committed
test: adjust perf bar to flaky/CI machines
1 parent 8dfbef9 commit fcdbeb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/performance/test_metrics.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
from aws_lambda_powertools.metrics import MetricUnit
1010
from aws_lambda_powertools.metrics import metrics as metrics_global
1111

12-
METRICS_VALIDATION_SLA: float = 0.001
13-
METRICS_SERIALIZATION_SLA: float = 0.001
12+
# adjusted for slower machines in CI too
13+
METRICS_VALIDATION_SLA: float = 0.0013
14+
METRICS_SERIALIZATION_SLA: float = 0.0013
1415

1516

1617
@contextmanager

0 commit comments

Comments
 (0)