Extend time in sync test

This commit is contained in:
Luke Parker
2024-04-18 02:51:38 -04:00
parent 5830c2463d
commit 593aefd229
2 changed files with 4 additions and 4 deletions

View File

@@ -715,12 +715,12 @@ pub async fn handle_p2p_task<D: Db, P: P2p>(
{
if our_key == validator.0 {
selected = true;
break;
continue;
}
}
if !selected {
log::debug!("received heartbeat and not selected to respond");
return;
continue;
}
log::debug!("received heartbeat and selected to respond");