From 5eff2bd0d1e6ab09afc37a770cd433ea67f46ef6 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 23 Aug 2022 18:00:37 +0300 Subject: [PATCH] updated compute valid until time --- test/integration/ComputeFlow.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index e561beaf..c817a9da 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -52,7 +52,7 @@ let paidEnvAlgoTxId // let's have 2 minutes of compute access const mytime = new Date() -const computeMinutes = 1 +const computeMinutes = 3 mytime.setMinutes(mytime.getMinutes() + computeMinutes) let computeValidUntil = Math.floor(mytime.getTime() / 1000) @@ -505,7 +505,7 @@ describe('Simple compute tests', async () => { freeComputeJobId = computeJobs[0].jobId }) - delay(60000) + delay(90000) it('Check compute status', async () => { const jobStatus = (await ProviderInstance.computeStatus(