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:
parent
007328d74e
commit
413f3c7ae2
@ -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,
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user