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

removed missed comments and one delay

This commit is contained in:
Bogdan Fazakas 2022-09-09 14:21:20 +03:00
parent 610d15b2b4
commit 8acbbd01b6

View File

@ -506,10 +506,6 @@ describe('Simple compute tests', async () => {
freeComputeJobId = computeJobs[0].jobId freeComputeJobId = computeJobs[0].jobId
}) })
// put this flows back when we are able to handle this scenarios
// at the momement max job duration is 60 seconds, it takes the job around 100 to finish
// we are not able to to increase neither the valid until value, neither wait for the job to finish since the provider fees will expire
delay(100000) delay(100000)
it('Check compute status', async () => { it('Check compute status', async () => {
@ -884,8 +880,6 @@ describe('Simple compute tests', async () => {
assert(computeJobs, 'Cannot start compute job') assert(computeJobs, 'Cannot start compute job')
}) })
delay(100000)
it('Check compute status', async () => { it('Check compute status', async () => {
const jobStatus = (await ProviderInstance.computeStatus( const jobStatus = (await ProviderInstance.computeStatus(
providerUrl, providerUrl,