Skip to content

Commit e6ee0b1

Browse files
committed
test tweak
1 parent 9be4526 commit e6ee0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/test/java/ca/bc/gov/educ/api/pen/replication/support/TestRedisConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class TestRedisConfiguration {
1717
* Instantiates a new Test redis configuration.
1818
*/
1919
public TestRedisConfiguration() {
20-
this.redisServer = RedisServer.builder().port(6370).build();
20+
this.redisServer = RedisServer.builder().setting("maxmemory 128M").port(6370).build();
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)