Skip to content

Commit

Permalink
Merge pull request #2757 from IntersectMBO/increase_interval_hf
Browse files Browse the repository at this point in the history
fix(tests): adjust epoch interval buffer in test_hardfork
  • Loading branch information
mkoura authored Nov 13, 2024
2 parents ee17d9e + 62dcc08 commit b7bd01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_conway/test_hardfork.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_hardfork(

# Make sure we have enough time to submit the proposal and the votes in one epoch
clusterlib_utils.wait_for_epoch_interval(
cluster_obj=cluster, start=1, stop=common.EPOCH_STOP_SEC_BUFFER - 20
cluster_obj=cluster, start=1, stop=common.EPOCH_STOP_SEC_BUFFER - 30
)
init_epoch = cluster.g_query.get_epoch()

Expand Down

0 comments on commit b7bd01d

Please sign in to comment.