Fix execution integration tests (#5647)

* update waiting status

* revert to old nethermind version
This commit is contained in:
realbigsean
2024-04-25 13:11:01 -04:00
committed by GitHub
parent 4a48d7b546
commit dd340eebdc

View File

@@ -180,7 +180,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
// Run the routine to check for online nodes.
pair.execution_layer.watchdog_task().await;
if pair.execution_layer.is_synced().await {
if !pair.execution_layer.is_offline_or_erroring().await {
break;
} else if start_instant + EXECUTION_ENGINE_START_TIMEOUT > Instant::now() {
sleep(Duration::from_millis(500)).await;