We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61e2c commit 82640f6Copy full SHA for 82640f6
lib/PuppeteerSharp/TimeoutSettings.cs
@@ -10,6 +10,6 @@ public int NavigationTimeout
10
set => _defaultNavigationTimeout = value;
11
}
12
13
- public int Timeout { get; set; } = 3000;
+ public int Timeout { get; set; } = 30000;
14
15
0 commit comments