Skip to content

Commit c220286

Browse files
committed
wait for slot 1 before generating bls changes
1 parent 2221485 commit c220286

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

playbooks/pectra-dev/kurtosis/bls-changes.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ tasks:
1313
config:
1414
minClientCount: 1
1515

16+
- name: check_consensus_slot_range
17+
title: "Wait for slot >= 1"
18+
timeout: 2h
19+
config:
20+
minSlotNumber: 1
21+
1622
- name: run_task_options
1723
title: "Generate ${validatorCount} BLS changes"
1824
config:

0 commit comments

Comments
 (0)