Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed May 23, 2023
1 parent 3d6622b commit 361d7b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void GHChangeFailureRateLiveControllerIntegrationTest()
string branch = "main";
string workflowName = "CI/ CD";
DevOpsPlatform targetDevOpsPlatform = DevOpsPlatform.GitHub;
int numberOfDays = 7;
int numberOfDays = 30;
int maxNumberOfItems = 20;
ChangeFailureRateController controller = new(base.Configuration);

Expand Down

0 comments on commit 361d7b2

Please sign in to comment.