Skip to content

Commit

Permalink
changed max_iters in test_calculate_arb_amount_bid back to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jepidoptera committed Jan 29, 2024
1 parent 4ccd798 commit 0f7d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydradx/tests/test_arbitrage_agent_refactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_calculate_arb_amount_bid(
sell_ex_max_sell=init_agent.holdings[tkn],
buy_ex_max_sell=init_agent.holdings[numeraire],
precision=p,
max_iters=110
max_iters=50
)
test_agent = Agent(holdings={'USDT': 1000000, 'DOT': 1000000})
test_dex = initial_dex.copy()
Expand Down

0 comments on commit 0f7d02b

Please sign in to comment.