Skip to content

Commit

Permalink
2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 23, 2024
1 parent 577a3f1 commit e19b04d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brightscript",
"displayName": "BrightScript Language",
"version": "2.49.1",
"version": "2.50.0",
"publisher": "RokuCommunity",
"description": "Language support for Roku's BrightScript language.",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/LanguageServerManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('LanguageServerManager', () => {

beforeEach(function() {
//deleting certain directories take a while
this.timeout(30_000);
this.timeout(5 * 60 * 1000);

languageServerManager = new LanguageServerManager();
languageServerManager['definitionRepository'] = new DefinitionRepository(
Expand Down Expand Up @@ -343,7 +343,7 @@ describe('LanguageServerManager', () => {

describe('ensureBscVersionInstalled', function() {
//these tests take a long time (due to running `npm install`)
this.timeout(20_000);
this.timeout(5 * 60 * 1000);

it('installs a bsc version when not present', async () => {
const info = await languageServerManager['ensureBscVersionInstalled']('0.65.0');
Expand Down

0 comments on commit e19b04d

Please sign in to comment.