Skip to content

Commit

Permalink
chore: adjusts Metrics SLA for slow py36 interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Mar 5, 2021
1 parent 17008f2 commit 3b0bfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from aws_lambda_powertools.metrics import metrics as metrics_global

# adjusted for slower machines in CI too
METRICS_VALIDATION_SLA: float = 0.0013
METRICS_SERIALIZATION_SLA: float = 0.0013
METRICS_VALIDATION_SLA: float = 0.0019
METRICS_SERIALIZATION_SLA: float = 0.0019


@contextmanager
Expand Down

0 comments on commit 3b0bfdb

Please sign in to comment.