Skip to content

Commit

Permalink
put in the same test with arweave.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Sep 26, 2024
1 parent b1f2c68 commit 53d17a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/integration/PublishEditConsume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,7 @@ describe('Publish consume test', async () => {
providerUrl
)
assert(arwaveOrderTx, 'Ordering arwave dataset failed.')
}).timeout(40000)

it('Should order ipfs dataset', async () => {
setTimeout(() => {}, 100)
ipfsOrderTx = await orderAsset(
resolvedIpfsAssetDdo.id,
resolvedIpfsAssetDdo.services[0].datatokenAddress,
Expand All @@ -404,7 +402,11 @@ describe('Publish consume test', async () => {
providerUrl
)
assert(ipfsOrderTx, 'Ordering ipfs dataset failed.')
}).timeout(70000)
}).timeout(50000)

// it('Should order ipfs dataset', async () => {

// }).timeout(70000)

it('Should order onchain dataset', async () => {
onchainOrderTx = await orderAsset(
Expand Down

0 comments on commit 53d17a2

Please sign in to comment.