From 24c930c699f65518f76947f4e2a36326a762cd3d Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Mon, 20 Feb 2023 17:49:08 +0100 Subject: [PATCH] spring.test.context.cache.maxSize=1 --- application/src/test/resources/application-test.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/application/src/test/resources/application-test.properties b/application/src/test/resources/application-test.properties index ad86ff736b..a4bedd9527 100644 --- a/application/src/test/resources/application-test.properties +++ b/application/src/test/resources/application-test.properties @@ -67,3 +67,4 @@ sql.ttl.audit_logs.ttl=2592000 sql.edge_events.partition_size=168 sql.ttl.edge_events.edge_event_ttl=2592000 +spring.test.context.cache.maxSize=1 \ No newline at end of file