Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v3/internal/webview2/pkg/edge/chromium.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (e *Chromium) Embed(hwnd uintptr) bool {
// embedTimeout bounds how long Embed waits for CreateCoreWebView2Controller to
// complete. Controller creation is normally well under a second; this is a
// backstop for the case where the callback never arrives, not a budget.
const embedTimeout = 30 * time.Second
const embedTimeout = 60 * time.Second

// pumpUntilInited runs a message loop until the controller is ready, the queue
// receives WM_QUIT, or timeout elapses. It reports whether the controller
Expand Down
Loading