1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

increase sleep in tests while waitting for aqua events monitor

This commit is contained in:
alexcos20 2020-10-12 08:15:37 -07:00
parent 007328d74e
commit 413f3c7ae2
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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(