Skip to content

Commit

Permalink
Increase test timespan
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jul 14, 2024
1 parent b8a9a26 commit 3e3f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ModularPipelines.UnitTests/NonIgnoredFailureTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public async Task Has_Thrown_And_Cancelled_Pipeline()
var serviceProvider = exception.Module.Context.Get<IServiceProvider>()!;
var engineCancellationToken = serviceProvider.GetRequiredService<EngineCancellationToken>();

await Task.Delay(TimeSpan.FromSeconds(2));
await Task.Delay(TimeSpan.FromSeconds(10));
await Assert.That(engineCancellationToken.IsCancellationRequested).Is.True();
}
}

0 comments on commit 3e3f2a8

Please sign in to comment.