Skip to content

Commit

Permalink
[Storage] Test run time tweaks. (#16883)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasobol-msft authored Nov 11, 2020
1 parent 5453a28 commit 064f23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public abstract class StorageTestBase : RecordedTestBase
{
static StorageTestBase()
{
// https://github.com/Azure/azure-sdk-for-net/issues/9087
// .NET framework defaults to 2, which causes issues for the parallel upload/download tests.
// .NET framework defaults to 2, which causes issues for the parallel upload/download tests. Go out of bound like .NET Core does.
#if !NETCOREAPP
ServicePointManager.DefaultConnectionLimit = int.MaxValue;
#endif
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ extends:
template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
ServiceDirectory: storage
BuildInParallel: false
TimeoutInMinutes: 360
BuildInParallel: true
TimeoutInMinutes: 90
Location: canadacentral
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
TestSetupSteps:
Expand Down

0 comments on commit 064f23b

Please sign in to comment.