Skip to content

Commit

Permalink
Attempt to ensure coordinated mining test passes with greater cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
shizzard committed Feb 9, 2025
1 parent a04fb06 commit 2f1ed89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/arweave/test/ar_test_node.erl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ start_coordinated(MiningNodeCount) when MiningNodeCount >= 1, MiningNodeCount =<
base_cm_config(Peers) ->
RewardAddr = ar_wallet:to_address(remote_call(peer1, ar_wallet, new_keyfile, [])),
#config{
mining_cache_size_mb = 16,
start_from_latest_state = true,
auto_join = true,
mining_addr = RewardAddr,
Expand Down

0 comments on commit 2f1ed89

Please sign in to comment.