10000 rename boardManager and libraryManager · IoTExperts/vscode-arduino@2ba41de · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ba41de

Browse files
v-czgv-czg
authored andcommitted
rename boardManager and libraryManager
1 parent af50d9f commit 2ba41de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/showBoardManager.test.ts renamed to test/boardManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as vscode from "vscode";
99
suite("Arduino: Boards Manager: Manage packages for boards", () => {
1010
// tslint:disable-next-line: only-arrow-functions
1111
test("should be able to run command: arduino.showBoardManager", function(done) {
12-
this.timeout(60 * 1000);
12+
this.timeout(3 * 60 * 1000);
1313
try {
1414
// run "Arduino: Boards Manager" command.
1515
vscode.commands.executeCommand("arduino.showBoardManager").then((result) => {

test/showLibraryManager.test.ts renamed to test/libraryManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as vscode from "vscode";
99
suite("Arduino: Libraries Manager: Explore and manage libraries", () => {
1010
// tslint:disable-next-line: only-arrow-functions
1111
test("should be able to run command: arduino.showLibraryManager", function(done) {
12-
this.timeout(60 * 1000);
12+
this.timeout(3 * 60 * 1000);
1313
try {
1414
// run "Arduino: Libraries Manager" command.
1515
vscode.commands.executeCommand("arduino.showLibraryManager").then((result) => {

0 commit comments

Comments
 (0)
0