Skip to content

Commit 4581455

Browse files
committed
fix validator-lifecycle-test-v3.yaml
1 parent c018fa2 commit 4581455

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

playbooks/pectra-dev/validator-lifecycle-test-v3.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,11 @@ tasks:
11811181
- name: check_consensus_validator_status
11821182
title: "Get validator #7 info"
11831183
id: validator_info_7
1184-
timeout: 5m
1184+
timeout: 8h
11851185
config:
11861186
validatorStatus:
11871187
- active_ongoing
1188+
minValidatorBalance: 143800000000
11881189
configVars:
11891190
validatorPubKey: "tasks.all_pubkeys.outputs.pubkeys[7]"
11901191
- name: run_shell
@@ -1219,7 +1220,7 @@ tasks:
12191220
# index 4: exited 0 ETH (0 ETH EB), 0x01 withdrawal creds (consolidated to 7)
12201221
# index 5: exited 0 ETH (0 ETH EB), 0x02 withdrawal creds (consolidated to 7)
12211222
# index 6: active 32 ETH (32 ETH EB), 0x01 withdrawal creds
1222-
# index 7: active 125 ETH (125 ETH EB), 0x02 withdrawal creds
1223+
# index 7: active 143.9 ETH (143 ETH EB), 0x02 withdrawal creds
12231224
# index 8: active 32 ETH (32 ETH EB), 0x02 withdrawal creds
12241225
# index 9: exited 0 ETH (0 ETH EB), 0x02 withdrawal creds
12251226

0 commit comments

Comments
 (0)