From 4bafdb796ad32079073c9d9ac6deb0b451c58f4f Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Mon, 22 Aug 2022 17:44:38 +0300 Subject: [PATCH] update sleep value --- test/integration/ComputeFlow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index 3a08519b..f375a8c5 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -500,7 +500,7 @@ describe('Simple compute tests', async () => { it('should restart a computeJob without paying anything, because order is valid and providerFees are still valid', async () => { // wait 1 min time so the other compute job finishes his job - await sleep(60000) + await sleep(10000) // we choose the free env const computeEnv = computeEnvs.find((ce) => ce.priceMin === 0)