diff --git a/test/src/node.rs b/test/src/node.rs index 66a29eeeb2..23bf5f4e9d 100644 --- a/test/src/node.rs +++ b/test/src/node.rs @@ -934,7 +934,7 @@ pub fn waiting_for_sync>(nodes: &[N]) { let mut tip_headers: HashSet = HashSet::with_capacity(nodes.len()); // 60 seconds is a reasonable timeout to sync, even for poor CI server - let synced = wait_until(60, || { + let synced = wait_until(120, || { tip_headers = nodes .as_ref() .iter()