Skip to content

Commit cc3d9d8

Browse files
committed
fix: adjust stop interval in leadership schedule
Adjusted the stop interval in the leadership schedule from -10 to -15 to ensure we have enough time near the epoch boundary.
1 parent 534de48 commit cc3d9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/test_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_pool_blocks( # noqa: C901
7575
clusterlib_utils.wait_for_epoch_interval(
7676
cluster_obj=cluster,
7777
start=-int(300 * cluster.slot_length),
78-
stop=-10,
78+
stop=-15,
7979
check_slot=True,
8080
)
8181
queried_epoch = cluster.g_query.get_epoch() + 1

0 commit comments

Comments
 (0)