mirror of
https://github.com/status-im/status-go.git
synced 2025-02-17 17:28:38 +00:00
Reduce max keep in tests
This commit is contained in:
parent
6df2033179
commit
0078e39e3d
@ -620,6 +620,8 @@ func (s *EncryptionServiceTestSuite) TestMaxKeep() {
|
||||
config := defaultEncryptorConfig("none", s.logger)
|
||||
// Set MaxMessageKeysPerSession to an high value so it does not interfere
|
||||
config.MaxMessageKeysPerSession = 100000
|
||||
// Set MaxKeep to a small number for testing
|
||||
config.MaxKeep = 10
|
||||
|
||||
s.initDatabases(config)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user