We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6325b commit 778cea1Copy full SHA for 778cea1
Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/RFunctionTests/PostponedTests.cs
@@ -818,8 +818,7 @@ protected async Task WorkflowDelayWithDateTimeInvocationDelaysFunction(Task<IFun
818
store,
819
new Settings(
820
unhandledExceptionHandler.Catch,
821
- leaseLength: TimeSpan.Zero,
822
- watchdogCheckFrequency: TimeSpan.FromMilliseconds(100)
+ watchdogCheckFrequency: TimeSpan.FromMilliseconds(250)
823
)
824
);
825
var tomorrow = DateTime.UtcNow.Add(TimeSpan.FromDays(1));
0 commit comments