Skip to content

Commit 7ec0648

Browse files
committed
chore: increase perf SLA due to slow GitHub Actions machine
1 parent 5cbd054 commit 7ec0648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/performance/test_metrics.py

Lines changed: 2 additions & 2 deletions
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.0019
14-
METRICS_SERIALIZATION_SLA: float = 0.0019
13+
METRICS_VALIDATION_SLA: float = 0.002
14+
METRICS_SERIALIZATION_SLA: float = 0.002
1515

1616

1717
@contextmanager

0 commit comments

Comments
 (0)