From a5b56b1204480ab6a42a1ce5ecaaf331bb0a8efb Mon Sep 17 00:00:00 2001 From: poliwop Date: Fri, 20 Sep 2024 15:44:06 -0500 Subject: [PATCH] fixed stableswap test --- hydradx/tests/test_stableswap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hydradx/tests/test_stableswap.py b/hydradx/tests/test_stableswap.py index 4fe30c06..d46388e5 100644 --- a/hydradx/tests/test_stableswap.py +++ b/hydradx/tests/test_stableswap.py @@ -459,6 +459,7 @@ def test_exploitability(initial_lp: int, trade_size: int): break +@settings(deadline=timedelta(milliseconds=500)) @given( st.integers(min_value=1, max_value=1000000), st.floats(min_value=0.00001, max_value=0.99999)