Skip to content

Fix test_bucket_output_parameters test

Mateusz Kudela requested to merge mkudela/bucket_test_fix into develop

From time to time test_bucket_output_parameters was failing randomly. Example: https://gitlab.syncad.com/hive/hive/-/jobs/773823 In these cases first part of orders went in one market history bucket, and second part of orders were broadcasted when new market history bucket was opened. Now test calculate when current bucket closes and checks if it's enough time to broadcast all transactions. If not - it waits for new bucket to open.

Edited by Mateusz Kudela

Merge request reports