Skip to content

Commit d1a5912

Browse files
authored
[dotnet] Update cdp default command timeout in inline docs (#12707)
1 parent 8c4f48c commit d1a5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public DevToolsSession(string endpointAddress)
8686
public event EventHandler<DevToolsEventReceivedEventArgs> DevToolsEventReceived;
8787

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

0 commit comments

Comments
 (0)