We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0f721 commit 8aa2373Copy full SHA for 8aa2373
test/e2e/memcached_test.go
@@ -50,7 +50,7 @@ import (
50
const (
51
crYAML string = "apiVersion: \"cache.example.com/v1alpha1\"\nkind: \"Memcached\"\nmetadata:\n name: \"example-memcached\"\nspec:\n size: 3"
52
retryInterval = time.Second * 5
53
- timeout = time.Second * 60
+ timeout = time.Second * 120
54
cleanupRetryInterval = time.Second * 1
55
cleanupTimeout = time.Second * 10
56
operatorName = "memcached-operator"
0 commit comments