diff --git a/chia/_tests/core/full_node/test_full_node.py b/chia/_tests/core/full_node/test_full_node.py index ffb66ef4ae56..1f800ebbd2c1 100644 --- a/chia/_tests/core/full_node/test_full_node.py +++ b/chia/_tests/core/full_node/test_full_node.py @@ -2713,7 +2713,7 @@ def check_nodes_in_sync() -> bool: p2 = full_node_1.full_node.blockchain.get_peak() return p1 == p2 - await time_out_assert(300, check_nodes_in_sync) + await time_out_assert(600, check_nodes_in_sync) peak = full_node_2.full_node.blockchain.get_peak() assert peak is not None print(f"peak: {str(peak.header_hash)[:6]}")