We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a820e commit 7c8eeefCopy full SHA for 7c8eeef
src/ElectronNET.API/API/WebContents.cs
@@ -173,7 +173,7 @@ public bool IsDevToolsFocused()
173
/// Get system printers.
174
/// </summary>
175
/// <returns>printers</returns>
176
- public Task<PrinterInfo[]> GetPrintersAsync() => this.InvokeAsyncWithTimeout<PrinterInfo[]>(5_000);
+ public Task<PrinterInfo[]> GetPrintersAsync() => this.InvokeAsyncWithTimeout<PrinterInfo[]>(8_000);
177
178
/// <summary>
179
/// Prints window's web page.
0 commit comments