Skip to content

Commit 8aa2373

Browse files
authored
test/e2e: bump Go e2e timeout (#1284)
1 parent cd0f721 commit 8aa2373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/memcached_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import (
5050
const (
5151
crYAML string = "apiVersion: \"cache.example.com/v1alpha1\"\nkind: \"Memcached\"\nmetadata:\n name: \"example-memcached\"\nspec:\n size: 3"
5252
retryInterval = time.Second * 5
53-
timeout = time.Second * 60
53+
timeout = time.Second * 120
5454
cleanupRetryInterval = time.Second * 1
5555
cleanupTimeout = time.Second * 10
5656
operatorName = "memcached-operator"

0 commit comments

Comments
 (0)