File tree 3 files changed +3
-3
lines changed
arduino-ide-extension/src/browser/contributions
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class BurnBootloader extends SketchContribution {
61
61
verify,
62
62
verbose
63
63
} ) ;
64
- this . messageService . info ( 'Done burning bootloader.' , { timeout : 1000 } ) ;
64
+ this . messageService . info ( 'Done burning bootloader.' , { timeout : 3000 } ) ;
65
65
} catch ( e ) {
66
66
this . messageService . error ( e . toString ( ) ) ;
67
67
} finally {
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export class UploadSketch extends SketchContribution {
148
148
} else {
149
149
await this . coreService . upload ( options ) ;
150
150
}
151
- this . messageService . info ( 'Done uploading.' , { timeout : 1000 } ) ;
151
+ this . messageService . info ( 'Done uploading.' , { timeout : 3000 } ) ;
152
152
} catch ( e ) {
153
153
this . messageService . error ( e . toString ( ) ) ;
154
154
} finally {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export class VerifySketch extends SketchContribution {
109
109
sourceOverride,
110
110
compilerWarnings
111
111
} ) ;
112
- this . messageService . info ( 'Done compiling.' , { timeout : 1000 } ) ;
112
+ this . messageService . info ( 'Done compiling.' , { timeout : 3000 } ) ;
113
113
} catch ( e ) {
114
114
this . messageService . error ( e . toString ( ) ) ;
115
115
} finally {
You can’t perform that action at this time.
0 commit comments