Skip to content

Commit

Permalink
increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Sep 25, 2024
1 parent 0d16124 commit 3e56c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/PublishEditConsume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ describe('Publish consume test', async () => {
providerUrl
)
assert(ipfsOrderTx, 'Ordering ipfs dataset failed.')
}).timeout(40000)
}).timeout(70000)

it('Should order onchain dataset', async () => {
onchainOrderTx = await orderAsset(
Expand Down
1 change: 1 addition & 0 deletions test/integration/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export async function orderAsset(
0,
providerFees
)
console.log(tx)
const orderTx = await tx.wait()
const orderStartedTx = getEventFromTx(orderTx, 'OrderStarted')
return orderStartedTx
Expand Down

0 comments on commit 3e56c04

Please sign in to comment.