.NET: Fixes for durable agents integration tests (#4952)

* Fixing for durable agents integration tests

* Add further fixes
This commit is contained in:
westey
2026-03-27 17:38:23 +00:00
committed by GitHub
parent 6b47cdbf52
commit ca6cdd142e
4 changed files with 14 additions and 11 deletions
@@ -35,7 +35,7 @@ public sealed class SamplesValidation(ITestOutputHelper outputHelper) : IAsyncLi
.Build();
private static bool s_infrastructureStarted;
private static readonly TimeSpan s_orchestrationTimeout = TimeSpan.FromMinutes(1);
private static readonly TimeSpan s_orchestrationTimeout = TimeSpan.FromMinutes(2);
// In CI, `dotnet run` builds the Functions project from scratch before the host starts, so 60s is not enough.
private static readonly TimeSpan s_functionsReadyTimeout = TimeSpan.FromSeconds(180);