fix beacon chain / http_api tests

This commit is contained in:
Mark Mackey
2025-11-10 16:01:01 -06:00
parent be959ab4c3
commit dae2f1dcea
2 changed files with 5 additions and 0 deletions

View File

@@ -279,6 +279,8 @@ impl InvalidPayloadRig {
} else {
mock_execution_layer.server.full_payload_verification();
}
// wait for the new payload cache to timeout
tokio::time::sleep(std::time::Duration::from_secs(12)).await;
let root = self
.harness
.process_block(slot, block.canonical_root(), (block.clone(), blobs.clone()))