Skip to content

Commit

Permalink
wait for slot 1 before generating bls changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 3, 2025
1 parent 2221485 commit c220286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/pectra-dev/kurtosis/bls-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ tasks:
config:
minClientCount: 1

- name: check_consensus_slot_range
title: "Wait for slot >= 1"
timeout: 2h
config:
minSlotNumber: 1

- name: run_task_options
title: "Generate ${validatorCount} BLS changes"
config:
Expand Down

0 comments on commit c220286

Please sign in to comment.