.NET: Improve visibility for AzureFunctions Workflows samples run tests in increase timeouts (#4820)

* Reduce timeout flakiness for AzureFunctions Workflows samples run tests

* Add more updates

* Address PR comments

* Address PR comments
This commit is contained in:
westey
2026-03-20 18:41:30 +00:00
committed by GitHub
parent 51828abed4
commit 7645ec4e07
5 changed files with 196 additions and 88 deletions
@@ -21,7 +21,7 @@ public sealed class ExternalClientTests(ITestOutputHelper outputHelper) : IDispo
{
private static readonly TimeSpan s_defaultTimeout = Debugger.IsAttached
? TimeSpan.FromMinutes(5)
: TimeSpan.FromSeconds(30);
: TimeSpan.FromSeconds(60);
private static readonly IConfiguration s_configuration =
new ConfigurationBuilder()