Skip to content

Commit

Permalink
Increase threshold of flaky UT (#9631)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini authored Aug 9, 2024
1 parent abd975c commit 30a38e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ void LocalFunction()
SyntaxNodeExtensionsCSharp.CreateCfg(lambda, model, default);
}
};
a.ExecutionTime().Should().BeLessThan(1.Seconds()); // Takes roughly 0.2 sec on CI
a.ExecutionTime().Should().BeLessThan(1500.Milliseconds()); // Takes roughly 0.2 sec on CI
}

[TestMethod]
Expand Down

0 comments on commit 30a38e7

Please sign in to comment.