Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft committed Sep 25, 2024
1 parent 53023cc commit a3450b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Azure.Functions.Cli.Tests/E2E/StartTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ await CliTester.Run(new RunConfiguration
{
using (var client = new HttpClient() { BaseAddress = new Uri("http://localhost:7073") })
{
await Task.Delay(TimeSpan.FromSeconds(10));
await Task.Delay(TimeSpan.FromSeconds(5));
}

if (_output is Xunit.Sdk.TestOutputHelper testOutputHelper)
Expand Down Expand Up @@ -489,7 +489,7 @@ await CliTester.Run(new RunConfiguration
{
using (var client = new HttpClient() { BaseAddress = new Uri("http://localhost:7073") })
{
await Task.Delay(TimeSpan.FromSeconds(10));
await Task.Delay(TimeSpan.FromSeconds(5));
}

if (_output is Xunit.Sdk.TestOutputHelper testOutputHelper)
Expand Down

0 comments on commit a3450b0

Please sign in to comment.