diff --git a/tests/operator/main.go b/tests/operator/main.go index 09753d3aa..1ad66beee 100644 --- a/tests/operator/main.go +++ b/tests/operator/main.go @@ -15,7 +15,7 @@ import ( ) var ( - testTimeout = time.Second * 120 + testTimeout = time.Minute * 10 ) func main() {