From 60548d5f970d78b8412e829bd13e98c2b1aabf78 Mon Sep 17 00:00:00 2001 From: Cesare Naldi <3353250+cesarenaldi@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:15:41 +0200 Subject: [PATCH] test(clob): extend order visibility polling --- tests/integration/test_clob_orders.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_clob_orders.py b/tests/integration/test_clob_orders.py index c6e1739..81ec259 100644 --- a/tests/integration/test_clob_orders.py +++ b/tests/integration/test_clob_orders.py @@ -38,8 +38,8 @@ async def _wait_for_order_visible( *, token_id: str, order_id: str, - attempts: int = 8, - delay_s: float = 0.25, + attempts: int = 16, + delay_s: float = 0.5, ) -> bool: for _ in range(attempts): page = await client.list_open_orders(token_id=token_id).first_page()