Skip to content

Commit

Permalink
SQS-406 | E2E Tests: Increase expected latency upper bound for /passt…
Browse files Browse the repository at this point in the history
…hrough/active-orders enpoint ( backport ) (#517)

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 authored Sep 18, 2024
1 parent dd03e56 commit 65036e2
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 65036e2

Please sign in to comment.