Skip to content

Commit d263145

Browse files
committed
set timeout to 10 seconds
1 parent 539b276 commit d263145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegexPlanet-DotNet/Test.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected void Page_Load(object sender, EventArgs e)
1616
string replacement = Request.Params["replacement"];
1717
string[] inputs = Request.Params.GetValues("input");
1818

19-
TimeSpan timeout = TimeSpan.FromSeconds(30);
19+
TimeSpan timeout = TimeSpan.FromSeconds(10);
2020

2121
if (String.IsNullOrEmpty(regEx))
2222
{

0 commit comments

Comments
 (0)