mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Reduce TARGET_BACKFILL_SLOTS in checkpoint sync test (#8102)
Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
@@ -4,11 +4,15 @@ participants:
|
|||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
el_type: geth
|
el_type: geth
|
||||||
el_image: ethpandaops/geth:master
|
el_image: ethpandaops/geth:master
|
||||||
|
cl_extra_params:
|
||||||
|
- --disable-backfill-rate-limiting
|
||||||
supernode: true
|
supernode: true
|
||||||
- cl_type: lighthouse
|
- cl_type: lighthouse
|
||||||
cl_image: lighthouse:local
|
cl_image: lighthouse:local
|
||||||
el_type: geth
|
el_type: geth
|
||||||
el_image: ethpandaops/geth:master
|
el_image: ethpandaops/geth:master
|
||||||
|
cl_extra_params:
|
||||||
|
- --disable-backfill-rate-limiting
|
||||||
supernode: false
|
supernode: false
|
||||||
|
|
||||||
checkpoint_sync_enabled: true
|
checkpoint_sync_enabled: true
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ CONFIG=${2:-$SCRIPT_DIR/checkpoint-sync-config-sepolia.yaml}
|
|||||||
# Interval for polling the /lighthouse/syncing endpoint for sync status
|
# Interval for polling the /lighthouse/syncing endpoint for sync status
|
||||||
POLL_INTERVAL_SECS=5
|
POLL_INTERVAL_SECS=5
|
||||||
# Target number of slots to backfill to complete this test.
|
# Target number of slots to backfill to complete this test.
|
||||||
TARGET_BACKFILL_SLOTS=1024
|
TARGET_BACKFILL_SLOTS=256
|
||||||
# Timeout for this test, if the node(s) fail to backfill `TARGET_BACKFILL_SLOTS` slots, fail the test.
|
# Timeout for this test, if the node(s) fail to backfill `TARGET_BACKFILL_SLOTS` slots, fail the test.
|
||||||
TIMEOUT_MINS=10
|
TIMEOUT_MINS=10
|
||||||
TIMEOUT_SECS=$((TIMEOUT_MINS * 60))
|
TIMEOUT_SECS=$((TIMEOUT_MINS * 60))
|
||||||
|
|||||||
Reference in New Issue
Block a user