feat(bin, engine): make state root task default (#14371)

This commit is contained in:
Federico Gimenez
2025-02-11 13:38:40 +01:00
committed by GitHub
parent c4cb3f048d
commit 0f5d60150b
6 changed files with 39 additions and 36 deletions

View File

@ -277,7 +277,7 @@ where
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
self.engine_api.update_forkchoice(block, block).await?;
assert!(start.elapsed() <= std::time::Duration::from_secs(10), "timed out");
assert!(start.elapsed() <= std::time::Duration::from_secs(40), "timed out");
}
// Hack to make sure that all components have time to process canonical state update.