diff options
Diffstat (limited to 'tests/plugins/kv/memory/plugin_test.go')
-rw-r--r-- | tests/plugins/kv/memory/plugin_test.go | 2 |
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) |