1
0
mirror of synced 2025-02-11 07:07:15 +00:00

fix: add time for validator swarm

This commit is contained in:
Roman 2024-10-31 20:57:29 +08:00
parent d4a20fbe30
commit 46f3300fe7
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -342,7 +342,7 @@ mod tests {
} }
} }
_ = time::sleep(Duration::from_secs(2)) => { _ = time::sleep(Duration::from_secs(4)) => {
warn!("Validator timeout reached"); warn!("Validator timeout reached");
break; break;
} }