diff options
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic/md-cache/bug-1418249.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/md-cache/bug-1418249.t b/tests/basic/md-cache/bug-1418249.t index 119a6aecf80..85a4f58ec10 100755 --- a/tests/basic/md-cache/bug-1418249.t +++ b/tests/basic/md-cache/bug-1418249.t @@ -16,5 +16,5 @@ EXPECT '600' volinfo_field $V0 'performance.md-cache-timeout' EXPECT 'on' volinfo_field $V0 'performance.stat-prefetch' EXPECT '600' volinfo_field $V0 'features.cache-invalidation-timeout' EXPECT 'on' volinfo_field $V0 'features.cache-invalidation' -EXPECT '50000' volinfo_field $V0 'network.inode-lru-limit' +EXPECT '200000' volinfo_field $V0 'network.inode-lru-limit' cleanup; |