Skip to content

Commit 3dc4d0b

Browse files
committed
[Tests] increase CI timeout
1 parent 5b34d1e commit 3dc4d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/personal_data/portfolios/test_portfolio_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ async def test_get_portfolio_filled_orders_deltas_inferrence_thread():
871871
filled_orders = []
872872
orders_count = 19
873873
unfilled_count = 5
874-
max_execution_time = 20 if tests.is_on_github_ci() else 2 # use 20 to let slower computers pass the test. Real target is 2
874+
max_execution_time = 25 if tests.is_on_github_ci() else 2 # use 20 to let slower computers pass the test. Real target is 2
875875
with mock.patch.object(octobot_commons.logging, "get_logger", mock.Mock(return_value=mock.Mock(error=error_log))):
876876
# most orders are filled
877877
# use single symbol to make sure a thread is used

0 commit comments

Comments
 (0)