From d13b8816b32c75912ab671336e9ef24012ee8557 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 13 Oct 2020 04:22:45 -0700 Subject: [PATCH] increase timeout for tests --- 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 dcee2d67..ede18100 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -283,7 +283,7 @@ describe('Compute flow', () => { tokenAddressAlgorithm ) assert(algorithmAsset.dataToken === tokenAddressAlgorithm) - await sleep(6000) + await sleep(60000) }) it('Alice mints 100 DTs and tranfers them to the compute marketplace', async () => {