Skip to content

Commit

Permalink
increase of timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 16, 2024
1 parent 4ccee55 commit 4e0831e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Amusoft.DotnetNew.Tests.UnitTests.Tests;

public class DotnetNewTests : TestBase
{
[Theory(Timeout = 180000)]
[Theory(Timeout = 300000)]
[InlineData("Project1", "gitUser", "authorname")]
[InlineData("Project2", "gitUser", "authorname")]
private async Task ScaffoldRepo(string projectName, string gitUser, string author)
Expand Down

0 comments on commit 4e0831e

Please sign in to comment.