Skip to content

Commit

Permalink
RavenDB-4286 increased timeout to prevent task canceled exception fro…
Browse files Browse the repository at this point in the history
…m throwing, this could occur on slow machines when database is being loaded for a first time
  • Loading branch information
ppekrol committed Feb 3, 2016
1 parent 46ccb86 commit 5b92512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Raven.Tests.Web/Tests/WebTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected WebTestBase()
{
client = new HttpClient
{
Timeout = TimeSpan.FromSeconds(10)
Timeout = TimeSpan.FromSeconds(20)
};
}

Expand Down

0 comments on commit 5b92512

Please sign in to comment.