File tree 1 file changed +1
-3
lines changed
Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/RFunctionTests 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ protected async Task PostponedActionIsCompletedByWatchDog(Task<IFunctionStore> s
156
156
store ,
157
157
new Settings (
158
158
unhandledExceptionHandler . Catch ,
159
- leaseLength : TimeSpan . Zero ,
160
159
watchdogCheckFrequency : TimeSpan . FromMilliseconds ( 100 )
161
160
)
162
161
) ;
@@ -247,7 +246,7 @@ protected async Task PostponedActionIsCompletedByWatchDogAfterCrash(Task<IFuncti
247
246
new Settings (
248
247
unhandledExceptionHandler . Catch ,
249
248
leaseLength : TimeSpan . Zero ,
250
- watchdogCheckFrequency : TimeSpan . FromSeconds ( 10 )
249
+ enableWatchdogs : false
251
250
)
252
251
) ;
253
252
var rFunc = functionsRegistry
@@ -265,7 +264,6 @@ protected async Task PostponedActionIsCompletedByWatchDogAfterCrash(Task<IFuncti
265
264
crashableStore ,
266
265
new Settings (
267
266
unhandledExceptionHandler . Catch ,
268
- leaseLength : TimeSpan . Zero ,
269
267
watchdogCheckFrequency : TimeSpan . FromMilliseconds ( 100 )
270
268
)
271
269
) ;
You can’t perform that action at this time.
0 commit comments