We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a9a26 commit 3e3f2a8Copy full SHA for 3e3f2a8
test/ModularPipelines.UnitTests/NonIgnoredFailureTests.cs
@@ -29,7 +29,7 @@ public async Task Has_Thrown_And_Cancelled_Pipeline()
29
var serviceProvider = exception.Module.Context.Get<IServiceProvider>()!;
30
var engineCancellationToken = serviceProvider.GetRequiredService<EngineCancellationToken>();
31
32
- await Task.Delay(TimeSpan.FromSeconds(2));
+ await Task.Delay(TimeSpan.FromSeconds(10));
33
await Assert.That(engineCancellationToken.IsCancellationRequested).Is.True();
34
}
35
0 commit comments