Skip to content

Commit 7a7fe96

Browse files
authored
Reduce TARGET_BACKFILL_SLOTS in checkpoint sync test (#8102)
Co-Authored-By: Eitan Seri- Levi <[email protected]>
1 parent 1dbc4f8 commit 7a7fe96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/tests/checkpoint-sync-config-devnet.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ participants:
44
cl_image: lighthouse:local
55
el_type: geth
66
el_image: ethpandaops/geth:master
7+
cl_extra_params:
8+
- --disable-backfill-rate-limiting
79
supernode: true
810
- cl_type: lighthouse
911
cl_image: lighthouse:local
1012
el_type: geth
1113
el_image: ethpandaops/geth:master
14+
cl_extra_params:
15+
- --disable-backfill-rate-limiting
1216
supernode: false
1317

1418
checkpoint_sync_enabled: true

scripts/tests/checkpoint-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CONFIG=${2:-$SCRIPT_DIR/checkpoint-sync-config-sepolia.yaml}
1515
# Interval for polling the /lighthouse/syncing endpoint for sync status
1616
POLL_INTERVAL_SECS=5
1717
# Target number of slots to backfill to complete this test.
18-
TARGET_BACKFILL_SLOTS=1024
18+
TARGET_BACKFILL_SLOTS=256
1919
# Timeout for this test, if the node(s) fail to backfill `TARGET_BACKFILL_SLOTS` slots, fail the test.
2020
TIMEOUT_MINS=10
2121
TIMEOUT_SECS=$((TIMEOUT_MINS * 60))

0 commit comments

Comments
 (0)