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:
parent
610d15b2b4
commit
8acbbd01b6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user