Skip to content

Commit 778cea1

Browse files
committed
Fixed WorkflowDelayWithDateTimeInvocationDelaysFunction test
1 parent 2e6325b commit 778cea1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/RFunctionTests/PostponedTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,7 @@ protected async Task WorkflowDelayWithDateTimeInvocationDelaysFunction(Task<IFun
818818
store,
819819
new Settings(
820820
unhandledExceptionHandler.Catch,
821-
leaseLength: TimeSpan.Zero,
822-
watchdogCheckFrequency: TimeSpan.FromMilliseconds(100)
821+
watchdogCheckFrequency: TimeSpan.FromMilliseconds(250)
823822
)
824823
);
825824
var tomorrow = DateTime.UtcNow.Add(TimeSpan.FromDays(1));

0 commit comments

Comments
 (0)