From fda15c05666e4165ba13f36b411154896bc4e657 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Fri, 21 Oct 2011 16:01:51 -0600 Subject: [PATCH] Reduced test Rock cache_dir size from 100MB to 10MB to reduce test overheads. --- src/tests/testRock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/testRock.cc b/src/tests/testRock.cc index 4fbd233387..e8f62b1c0a 100644 --- a/src/tests/testRock.cc +++ b/src/tests/testRock.cc @@ -50,7 +50,7 @@ testRock::setUp() char *path=xstrdup(TESTDIR); - char *config_line=xstrdup("foo 100 max-size=16384"); + char *config_line=xstrdup("foo 10 max-size=16384"); strtok(config_line, w_space); -- 2.47.3