Skip to content

Commit 5cd8c6e

Browse files
committed
Fixed unstable test ScheduleAtActionIsCompletedAfterDelay
1 parent b051bee commit 5cd8c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,6 @@ protected async Task ScheduleAtActionIsCompletedAfterDelay(Task<IFunctionStore>
693693
store,
694694
new Settings(
695695
unhandledExceptionHandler.Catch,
696-
leaseLength: TimeSpan.Zero,
697696
watchdogCheckFrequency: TimeSpan.FromSeconds(1)
698697
)
699698
);

0 commit comments

Comments
 (0)