From ac736be75f292befdaf9ef175c0fc740672a55d2 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 18 Oct 2024 15:49:44 -0400 Subject: [PATCH] Fixing issues before release 0.21.12 --- src/debugSession/BrightScriptDebugSession.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/debugSession/BrightScriptDebugSession.spec.ts b/src/debugSession/BrightScriptDebugSession.spec.ts index 21aa4c94..9b12dda9 100644 --- a/src/debugSession/BrightScriptDebugSession.spec.ts +++ b/src/debugSession/BrightScriptDebugSession.spec.ts @@ -150,7 +150,8 @@ describe('BrightScriptDebugSession', () => { sinon.restore(); }); - it('supports external zipping process', async () => { + it('supports external zipping process', async function() { + this.timeout(15_000); //write some project files fsExtra.outputFileSync(`${rootDir}/source/main.brs`, ` sub main()