Skip to content

Repair `datagen_api_tests` failed job

Michał Kudela requested to merge kudmich/increse_datagen_tests_timeout into develop
  1. CI problems with the test test_the_maximum_number_of_recurring_transfers_allowed_for_one_account resulted from speeding up the time obtained using fake_time. However, turning off the time multiplier completely results in extending the test duration to 7h. In its current form, the test is enabled in the limited_run option (the first 250/30_000 accounts are checked). It is possible to check all accounts (30_000) - set the bool variable to False in the parameterization.
@pytest.mark.parametrize("limited_run", [False])
  1. Update block_log and generate_block_log script.
  2. Increase timeout CI group datagen_api_tests from 10 min to 25 min.
Edited by Michał Kudela

Merge request reports