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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user