We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4f48c commit d1a5912Copy full SHA for d1a5912
dotnet/src/webdriver/DevTools/DevToolsSession.cs
@@ -86,7 +86,7 @@ public DevToolsSession(string endpointAddress)
86
public event EventHandler<DevToolsEventReceivedEventArgs> DevToolsEventReceived;
87
88
/// <summary>
89
- /// 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.
90
/// </summary>
91
public TimeSpan CommandTimeout { get; set; }
92
0 commit comments