Skip to content

Commit 7c8eeef

Browse files
committed
GetPrintersAsync: Increase timeout
1 parent 44a820e commit 7c8eeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElectronNET.API/API/WebContents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public bool IsDevToolsFocused()
173173
/// Get system printers.
174174
/// </summary>
175175
/// <returns>printers</returns>
176-
public Task<PrinterInfo[]> GetPrintersAsync() => this.InvokeAsyncWithTimeout<PrinterInfo[]>(5_000);
176+
public Task<PrinterInfo[]> GetPrintersAsync() => this.InvokeAsyncWithTimeout<PrinterInfo[]>(8_000);
177177

178178
/// <summary>
179179
/// Prints window's web page.

0 commit comments

Comments
 (0)