Skip to content

Commit

Permalink
[dotnet] Update cdp default command timeout in inline docs (#12707)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Sep 8, 2023
1 parent 8c4f48c commit d1a5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/DevTools/DevToolsSession.cs
Expand Up @@ -86,7 +86,7 @@ public DevToolsSession(string endpointAddress)
public event EventHandler<DevToolsEventReceivedEventArgs> DevToolsEventReceived;

/// <summary>
/// Gets or sets the time to wait for a command to complete. Default is 5 seconds.
/// Gets or sets the time to wait for a command to complete. Default is 30 seconds.
/// </summary>
public TimeSpan CommandTimeout { get; set; }

Expand Down

0 comments on commit d1a5912

Please sign in to comment.