summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/metaget.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/metaget.t b/t/metaget.t
index ba934ea..5507f66 100644
--- a/t/metaget.t
+++ b/t/metaget.t
@@ -444,7 +444,7 @@ if (supports_extstore()) {
for (1 .. $keycount) {
print $sock "set mfoo$_ 0 0 100000 noreply\r\n$value\r\n";
# wait to avoid memory evictions
- wait_for_ext($sock, 1) if ($_ % 500 == 0);
+ wait_for_ext($sock, 1) if ($_ % 250 == 0);
}
print $sock "mg mfoo1 sv\r\n";