Skip to content

Commit 82640f6

Browse files
kkempster94kblok
authored andcommitted
Change default timeout back to 30000ms (#990)
1 parent 8e61e2c commit 82640f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/TimeoutSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public int NavigationTimeout
1010
set => _defaultNavigationTimeout = value;
1111
}
1212

13-
public int Timeout { get; set; } = 3000;
13+
public int Timeout { get; set; } = 30000;
1414
}
1515
}

0 commit comments

Comments
 (0)