mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix execution integration tests (#5647)
* update waiting status * revert to old nethermind version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user