From e2ae29acb2f6c78ff4240e863c898046b06cbcaa Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 15 Oct 2024 21:49:34 -0700 Subject: [PATCH] ci: Update functional test timeout to 10h Signed-off-by: Sunil Mohan Adapa --- .ci/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/functional-tests.yml b/.ci/functional-tests.yml index c004a6926..51f55f84c 100644 --- a/.ci/functional-tests.yml +++ b/.ci/functional-tests.yml @@ -7,7 +7,7 @@ dependencies: [] tags: - functional-tests - timeout: 6h + timeout: 10h # Need to find another way of running the cleanup step even on failure allow_failure: true except: