File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import * as vscode from "vscode";
9
9
suite ( "Arduino: Boards Manager: Manage packages for boards" , ( ) => {
10
10
// tslint:disable-next-line: only-arrow-functions
11
11
test ( "should be able to run command: arduino.showBoardManager" , function ( done ) {
12
- this . timeout ( 60 * 1000 ) ;
12
+ this . timeout ( 3 * 60 * 1000 ) ;
13
13
try {
14
14
// run "Arduino: Boards Manager" command.
15
15
vscode . commands . executeCommand ( "arduino.showBoardManager" ) . then ( ( result ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import * as vscode from "vscode";
9
9
suite ( "Arduino: Libraries Manager: Explore and manage libraries" , ( ) => {
10
10
// tslint:disable-next-line: only-arrow-functions
11
11
test ( "should be able to run command: arduino.showLibraryManager" , function ( done ) {
12
- this . timeout ( 60 * 1000 ) ;
12
+ this . timeout ( 3 * 60 * 1000 ) ;
13
13
try {
14
14
// run "Arduino: Libraries Manager" command.
15
15
vscode . commands . executeCommand ( "arduino.showLibraryManager" ) . then ( ( result ) => {
You can’t perform that action at this time.
0 commit comments