diff --git a/integ/test.sh b/integ/test.sh index aa25375f..0a8b997c 100755 --- a/integ/test.sh +++ b/integ/test.sh @@ -6,4 +6,4 @@ export INTEGRATION=true export OPERATOR_IMAGE=flinkk8soperator:local cd $(dirname "$0") -go test -p 1 -timeout 40m -check.vv IntegSuite +go test -p 1 -timeout 60m -check.vv IntegSuite