mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
fix beacon chain / http_api tests
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user