Skip to content

Commit

Permalink
Fixed comment about websocket timeout in allocate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Struß authored and ZekeLu committed Apr 29, 2021
1 parent 6b534f1 commit 7a8f96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allocate.go
Expand Up @@ -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
Expand Down

0 comments on commit 7a8f96d

Please sign in to comment.