Skip to content

Commit 1e97ec0

Browse files
committed
extend timeout
1 parent 45573a5 commit 1e97ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: chia/_tests/core/full_node/test_full_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2683,7 +2683,7 @@ def check_nodes_in_sync() -> bool:
26832683
p2 = full_node_1.full_node.blockchain.get_peak()
26842684
return p1 == p2
26852685

2686-
await time_out_assert(100, check_nodes_in_sync)
2686+
await time_out_assert(150, check_nodes_in_sync)
26872687
peak = full_node_2.full_node.blockchain.get_peak()
26882688
assert peak is not None
26892689
print(f"peak: {str(peak.header_hash)[:6]}")

0 commit comments

Comments
 (0)