diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index deb77627..6830b068 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -506,10 +506,6 @@ describe('Simple compute tests', async () => { 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) it('Check compute status', async () => { @@ -884,8 +880,6 @@ describe('Simple compute tests', async () => { assert(computeJobs, 'Cannot start compute job') }) - delay(100000) - it('Check compute status', async () => { const jobStatus = (await ProviderInstance.computeStatus( providerUrl,