Skip to content

Commit dd340ee

Browse files
authored
Fix execution integration tests (#5647)
* update waiting status * revert to old nethermind version
1 parent 4a48d7b commit dd340ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/execution_engine_integration/src/test_rig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
180180
// Run the routine to check for online nodes.
181181
pair.execution_layer.watchdog_task().await;
182182

183-
if pair.execution_layer.is_synced().await {
183+
if !pair.execution_layer.is_offline_or_erroring().await {
184184
break;
185185
} else if start_instant + EXECUTION_ENGINE_START_TIMEOUT > Instant::now() {
186186
sleep(Duration::from_millis(500)).await;

0 commit comments

Comments
 (0)