Skip to content

Commit

Permalink
Fixing issues before release 0.21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 18, 2024
1 parent 7fdad46 commit ac736be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/debugSession/BrightScriptDebugSession.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ac736be

Please sign in to comment.