Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chia/_tests/core/full_node/test_full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]}")
Expand Down
Loading