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

increase timeout for tests

This commit is contained in:
alexcos20 2020-10-13 04:22:45 -07:00
parent 9a536264d8
commit d13b8816b3

View File

@ -283,7 +283,7 @@ describe('Compute flow', () => {
tokenAddressAlgorithm tokenAddressAlgorithm
) )
assert(algorithmAsset.dataToken === tokenAddressAlgorithm) assert(algorithmAsset.dataToken === tokenAddressAlgorithm)
await sleep(6000) await sleep(60000)
}) })
it('Alice mints 100 DTs and tranfers them to the compute marketplace', async () => { it('Alice mints 100 DTs and tranfers them to the compute marketplace', async () => {