1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

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

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,