Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Set max system.net connections to 10 when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Dec 6, 2012
1 parent 335faa8 commit 800c5ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kudu.FunctionalTests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
<!-- Uncomment out this line to reuse the same site for all functional tests, which runs much faster -->
<add key="SiteReusedForAllTests" value="TestRunnerSite"/>
</appSettings>
<system.net>
<connectionManagement>
<add address="*" maxconnection="10" />
</connectionManagement>
</system.net>
</configuration>

0 comments on commit 800c5ed

Please sign in to comment.