Skip to content

Extend `--alternate-chain-spec` - add new parameter to change `hive_owner_update_limit`

Corresponding to CI fails: https://gitlab.syncad.com/hive/hive/-/jobs/713925

The test occasionally failed due to exceeding the hive_owner_update_limit, which is set to 6 seconds in the testnet network.

Introduce configuration of hive_owner_update_limit via JSON file passed to the --alternate-chain-spec hive parameter.

Merge request reports