File tree 2 files changed +4
-2
lines changed
test/Azure.Functions.Cli.Tests/E2E
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" InitialTargets =" ExcludeWorkersFromReadyToRun" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" InitialTargets =" ExcludeWorkersFromReadyToRun" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
4
<TargetFrameworks >net6.0;net8.0</TargetFrameworks >
297
297
<PackageReference Include =" Microsoft.Identity.Client" Version =" 4.61.3" />
298
298
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
299
299
<PackageReference Include =" NuGet.Packaging" Version =" 5.11.6" />
300
+ <PackageReference Include =" System.Formats.Asn1" Version =" 6.0.1" />
300
301
<PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.1" />
301
302
<PackageReference Include =" YamlDotNet" Version =" 6.0.0" />
302
303
</ItemGroup >
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ public Task init_with_worker_runtime(string workerRuntime)
54
54
"Writing local.settings.json" ,
55
55
$ ".vscode{ Path . DirectorySeparatorChar } extensions.json",
56
56
} ,
57
- OutputDoesntContain = new [ ] { "Initialized empty Git repository" }
57
+ OutputDoesntContain = new [ ] { "Initialized empty Git repository" } ,
58
+ CommandTimeout = TimeSpan . FromSeconds ( 60 )
58
59
} , _output ) ;
59
60
}
60
61
You can’t perform that action at this time.
0 commit comments