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 941a31f commit a1bc812Copy full SHA for a1bc812
Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/RFunctionTests/PostponedTests.cs
@@ -187,7 +187,6 @@ protected async Task PostponedActionWithStateIsCompletedByWatchDog(Task<IFunctio
187
store,
188
new Settings(
189
unhandledExceptionHandler.Catch,
190
- leaseLength: TimeSpan.Zero,
191
watchdogCheckFrequency: TimeSpan.Zero
192
)
193
);
@@ -206,8 +205,7 @@ await Should.ThrowAsync<FunctionInvocationPostponedException>(() =>
206
205
207
208
209
210
- watchdogCheckFrequency: TimeSpan.FromMilliseconds(10)
+ watchdogCheckFrequency: TimeSpan.FromMilliseconds(250)
211
212
213
0 commit comments