From 54be63295f8bd80d41ee7672e56593ebd691e865 Mon Sep 17 00:00:00 2001 From: Shanicky Chen Date: Tue, 13 Jun 2023 18:58:10 +0800 Subject: [PATCH] Increase timeout and change command for test. --- ci/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/workflows/main.yml b/ci/workflows/main.yml index 31a6521bcceb7..d9164e84a04bc 100644 --- a/ci/workflows/main.yml +++ b/ci/workflows/main.yml @@ -111,7 +111,7 @@ steps: files: "*-junit.xml" format: "junit" - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 10 + timeout_in_minutes: 15 - label: "end-to-end test (parallel) (release mode)" command: "ci/scripts/e2e-test-parallel.sh -p ci-release"