Skip to content

Commit

Permalink
more time && rename
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jan 17, 2024
1 parent 17272e7 commit c2ad509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starsky/starskytest/root/ProgramTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public async Task Program_RunAsync_Null_False()
}

[TestMethod]
[Timeout(9000)]
[Timeout(15000)]
[ExpectedException(typeof(TimeoutException))]
public async Task Program_RunAsync_ReturnedTrue()
public async Task Program_RunAsync_WebApplication_CreateBuilder_TimeoutException()
{
Environment.SetEnvironmentVariable("ASPNETCORE_URLS","http://*:7518");

Expand All @@ -92,7 +92,7 @@ public async Task Program_RunAsync_ReturnedTrue()
[TestMethod]
[Timeout(9000)]
[ExpectedException(typeof(FormatException))]
public async Task Program_RunAsync_InvalidUrl()
public async Task Program_RunAsync_WebApplication_CreateBuilder_InvalidUrl()
{
Environment.SetEnvironmentVariable("ASPNETCORE_URLS","test");

Expand Down

0 comments on commit c2ad509

Please sign in to comment.