Extend Cleanup Delay (#8076)

This commit is contained in:
Justin Baur 2024-02-26 08:20:15 -06:00 committed by GitHub
parent fd9299e754
commit d02651583f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class TestState {
}
const testStateDefinition = new StateDefinition("fake", "disk");
const cleanupDelayMs = 10;
const cleanupDelayMs = 15;
const testKeyDefinition = new KeyDefinition<TestState>(testStateDefinition, "fake", {
deserializer: TestState.fromJSON,
cleanupDelayMs,