Skip to content

Commit

Permalink
Added DefaultCommandTimeout = 60 for Chrome and Edge Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 9, 2023
1 parent 4dbdc21 commit 9ac429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OcarambaLite/BaseConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public static TimeSpan RemoteWebDriverTimeout
#endif
if (string.IsNullOrEmpty(setting))
{
setting = "300";
setting = "60";
}

var timeout = int.Parse(setting, CultureInfo.InvariantCulture);
Expand Down

0 comments on commit 9ac429e

Please sign in to comment.