Skip to content

Commit e570672

Browse files
author
Visagan Guruparan
committed
Update default timeout to 30sec
1 parent 7d4d233 commit e570672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Infrastructure/BotSharp.Abstraction/Browsing/Settings/WebBrowsingSettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ public class WebBrowsingSettings
44
{
55
public string Driver { get; set; } = "Playwright";
66
public bool Headless { get; set; }
7-
public float? DefaultTimeOut { get; set; }
7+
// Default timeout in milliseconds
8+
public float DefaultTimeOut { get; set; } = 30000;
89
}

0 commit comments

Comments
 (0)