diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index f47661bb..dcee2d67 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -445,7 +445,7 @@ describe('Compute flow', () => { alice ) assert(newDdo !== null) - await sleep(6000) + await sleep(60000) const metaData = await ocean.assets.getServiceByType(ddo.id, 'compute') assert.equal( metaData.attributes.main.privacy.allowRawAlgorithm, diff --git a/test/integration/Marketplaceflow.test.ts b/test/integration/Marketplaceflow.test.ts index 6b3e538e..631c6877 100644 --- a/test/integration/Marketplaceflow.test.ts +++ b/test/integration/Marketplaceflow.test.ts @@ -112,7 +112,7 @@ describe('Marketplace flow', () => { ) ddo = await ocean.assets.create(asset, alice, [service1], tokenAddress) assert(ddo.dataToken === tokenAddress) - await sleep(6000) + await sleep(60000) }) it('Alice mints 100 tokens', async () => { @@ -212,7 +212,7 @@ describe('Marketplace flow', () => { } const newDdo = await ocean.assets.editMetadata(ddo.id, newMetaData, alice) assert(newDdo !== null) - await sleep(6000) + await sleep(60000) const metaData = await ocean.assets.getServiceByType(ddo.id, 'metadata') assert.equal(metaData.attributes.main.name, newMetaData.title) assert.equal(