Skip to content

Commit e36c25f

Browse files
authored
Fix flaky data layer test (#20295)
Add a wallet sync check
1 parent bc95722 commit e36c25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chia/_tests/core/data_layer/test_data_rpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ async def test_get_owned_stores(
777777
assert res is not None
778778
launcher_id = bytes32.from_hexstr(res["id"])
779779
expected_store_ids.append(launcher_id)
780+
await full_node_api.wait_for_wallet_synced(wallet_node)
780781

781782
await time_out_assert(4, check_mempool_spend_count, True, full_node_api, 3)
782783
await full_node_api.farm_new_transaction_block(FarmNewBlockProtocol(ph))

0 commit comments

Comments
 (0)