Skip to content

Commit

Permalink
Fix execution integration tests (#5647)
Browse files Browse the repository at this point in the history
* update waiting status

* revert to old nethermind version
  • Loading branch information
realbigsean authored Apr 25, 2024
1 parent 4a48d7b commit dd340ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/execution_engine_integration/src/test_rig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd340ee

Please sign in to comment.