We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a48d7b commit dd340eeCopy full SHA for dd340ee
testing/execution_engine_integration/src/test_rig.rs
@@ -180,7 +180,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
180
// Run the routine to check for online nodes.
181
pair.execution_layer.watchdog_task().await;
182
183
- if pair.execution_layer.is_synced().await {
+ if !pair.execution_layer.is_offline_or_erroring().await {
184
break;
185
} else if start_instant + EXECUTION_ENGINE_START_TIMEOUT > Instant::now() {
186
sleep(Duration::from_millis(500)).await;
0 commit comments