Skip to content

Commit

Permalink
test: raise depth for mining
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Nov 4, 2024
1 parent ee44a09 commit 5d59869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('gsoc', () => {

it('send messages with different postage batches sequentially', async () => {
const beePeerOverlay = await getNodeAddresses({ baseURL: BEE_PEER_URL })
const { resourceId, gsocAddress } = gsoc.mineResourceId(beePeerOverlay.overlay, 1)
const { resourceId, gsocAddress } = gsoc.mineResourceId(beePeerOverlay.overlay, 11)

const messages: string[] = []

Expand Down

0 comments on commit 5d59869

Please sign in to comment.