diff --git a/test/integration/PublishEditConsume.test.ts b/test/integration/PublishEditConsume.test.ts index be6cfecb0..292a7a6a4 100644 --- a/test/integration/PublishEditConsume.test.ts +++ b/test/integration/PublishEditConsume.test.ts @@ -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( diff --git a/test/integration/helpers.ts b/test/integration/helpers.ts index e3e097c81..b2b09f463 100644 --- a/test/integration/helpers.ts +++ b/test/integration/helpers.ts @@ -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