This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit b50939c77989cad80b7ac87841fff8740f3042e1 Author: Antonin Stefanutti <[email protected]> AuthorDate: Mon Oct 4 12:46:43 2021 +0200 fix(e2e): Fix operator deployment memory limit in JVM build test --- e2e/builder/build_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/builder/build_test.go b/e2e/builder/build_test.go index 79b179f..e20deb9 100644 --- a/e2e/builder/build_test.go +++ b/e2e/builder/build_test.go @@ -40,7 +40,7 @@ type kitOptions struct { } func TestKitTimerToLogFullBuild(t *testing.T) { - doKitFullBuild(t, "timer-to-log", "300Mi", "5m0s", TestTimeoutLong, kitOptions{ + doKitFullBuild(t, "timer-to-log", "300mi", "5m0s", TestTimeoutLong, kitOptions{ dependencies: []string{ "camel:timer", "camel:log", },
