From bcd6919d7d6d3c13b6afa3b1a5208bbe72ed7e7d Mon Sep 17 00:00:00 2001 From: Ayzat Sadykov Date: Wed, 21 Oct 2020 00:32:05 +0300 Subject: [PATCH] fix incorrect comment --- allocate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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