We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cb746 commit 30c828bCopy full SHA for 30c828b
chia/_tests/core/full_node/test_full_node.py
@@ -2713,7 +2713,7 @@ def check_nodes_in_sync() -> bool:
2713
p2 = full_node_1.full_node.blockchain.get_peak()
2714
return p1 == p2
2715
2716
- await time_out_assert(300, check_nodes_in_sync)
+ await time_out_assert(600, check_nodes_in_sync)
2717
peak = full_node_2.full_node.blockchain.get_peak()
2718
assert peak is not None
2719
print(f"peak: {str(peak.header_hash)[:6]}")
0 commit comments