Skip to content

Commit 6538a96

Browse files
committed
Rebustifying ActionWithStateCompoundTest
1 parent 7d45c6d commit 6538a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/WatchDogsTests/WatchdogCompoundTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public async Task ActionWithStateCompoundTest(Task<IFunctionStore> storeTask)
401401
crashableStore,
402402
new Settings(
403403
unhandledExceptionCatcher.Catch,
404-
leaseLength: TimeSpan.Zero,
404+
leaseLength: TimeSpan.FromMilliseconds(500),
405405
watchdogCheckFrequency: TimeSpan.FromMilliseconds(1000)
406406
)
407407
);

0 commit comments

Comments
 (0)