summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/memory/plugin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/kv/memory/plugin_test.go')
-rw-r--r--tests/plugins/kv/memory/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/kv/memory/plugin_test.go b/tests/plugins/kv/memory/plugin_test.go
index c6f94602..ee01fabb 100644
--- a/tests/plugins/kv/memory/plugin_test.go
+++ b/tests/plugins/kv/memory/plugin_test.go
@@ -172,7 +172,7 @@ func testRPCMethods(t *testing.T) {
assert.Len(t, ttlRes, 3)
// HAS AFTER TTL
- time.Sleep(time.Second * 11)
+ time.Sleep(time.Second * 15)
ret = make(map[string]bool)
keys = []string{"a", "b", "d"}
err = client.Call("memory.Has", keys, &ret)