diff --git a/allocate.go b/allocate.go index 5920cff9..f5a3cae7 100644 --- a/allocate.go +++ b/allocate.go @@ -215,7 +215,7 @@ func (a *ExecAllocator) Allocate(ctx context.Context, opts ...BrowserOption) (*B // Chrome will sometimes fail to print the websocket, or run for a long // time, without properly exiting. To avoid blocking forever in those - // cases, give up after ten seconds. + // cases, give up after twenty seconds. const wsURLReadTimeout = 20 * time.Second var wsURL string