Skip to content

Commit

Permalink
SQS-406 | E2E Tests: Increase expected latency upper bound for
Browse files Browse the repository at this point in the history
/passthrough/active-orders enpoint

This PR Increases latency upper bound from 150ms to 450ms based on our
current observations via monitoring tools to make tests less noisy.
  • Loading branch information
deividaspetraitis committed Sep 17, 2024
1 parent ef402b6 commit 28f9afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from decimal import *

# Arbitrary choice based on performance at the time of test writing
EXPECTED_LATENCY_UPPER_BOUND_MS = 150
EXPECTED_LATENCY_UPPER_BOUND_MS = 450

user_balances_assets_category_name = "user-balances"
unstaking_assets_category_name = "unstaking"
Expand Down

0 comments on commit 28f9afe

Please sign in to comment.