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

use higher sleep value

This commit is contained in:
Bogdan Fazakas 2022-08-22 17:34:12 +03:00
parent f18d5cdd1b
commit 8f13bb64cc

View File

@ -499,8 +499,8 @@ describe('Simple compute tests', async () => {
}) })
it('should restart a computeJob without paying anything, because order is valid and providerFees are still valid', async () => { it('should restart a computeJob without paying anything, because order is valid and providerFees are still valid', async () => {
// wait some time so the other compute job finishes his job // wait 1 min time so the other compute job finishes his job
await sleep(2000) await sleep(60000)
// we choose the free env // we choose the free env
const computeEnv = computeEnvs.find((ce) => ce.priceMin === 0) const computeEnv = computeEnvs.find((ce) => ce.priceMin === 0)