Merge pull request #3082 from IntersectMBO/increase_time_in_epoch
fix(tests): increase a guaranteed time in epoch
fix(tests): increase a guaranteed time in epoch
Increase a time in epoch in `wait_for_epoch_interval` by 20 seconds to ensure votes are submitted within the intended epoch window. This adjustment helps prevent timing issues during test execution.
fix(tests): update tx id error assertion for node 10.5.0+
Include "Unable to deserialise TxId" in error checks to support Cardano node 10.5.0+ error messages. Maintains compatibility with previous error formats for transaction id validation.
refactor(cluster): create governance_data dir together
Previously, the governance_data directory was created separately after initial cluster setup. This change moves its creation into the main directory setup step, ensuring it is always present and avoiding redundant mkdir calls.