diff --git a/Taskfile.yml b/Taskfile.yml index 3b41d62..5a64717 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -204,7 +204,7 @@ tasks: deps: - build-images cmds: - - go test -timeout 30m -v ./test/e2e + - go test -timeout 60m -v ./test/e2e ci: desc: Run the CI pipeline