diff --git a/coherence/coherence.go b/coherence/coherence.go index bf1141e5..d4b47d59 100644 --- a/coherence/coherence.go +++ b/coherence/coherence.go @@ -12,7 +12,7 @@ import ( const ( defaultScopeName = "default-store" - defaultTimeout = time.Duration(30) * time.Millisecond + defaultTimeout = time.Duration(30) * time.Second ) // Storage represents an implementation of Coherence storage provider.