From 55672ab2e94ebbceb03a0fb3db36b64481af6c05 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Mon, 9 Dec 2024 14:33:05 +0100 Subject: [PATCH] chore: timeout 1h Signed-off-by: Leonardo Cecchi --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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