From 591ce94790c033f90c62e5efde7446f2c184134c Mon Sep 17 00:00:00 2001 From: August Date: Wed, 24 May 2023 15:56:41 +0800 Subject: [PATCH] chore: increase e2e test dev mod timeout --- ci/workflows/main.yml | 2 +- ci/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/workflows/main.yml b/ci/workflows/main.yml index 110a838668cd..31a6521bcceb 100644 --- a/ci/workflows/main.yml +++ b/ci/workflows/main.yml @@ -73,7 +73,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 (release mode)" command: "ci/scripts/e2e-test.sh -p ci-release" diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index 4699f017f30f..99a69c57e7e8 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -66,7 +66,7 @@ steps: config: ci/docker-compose.yml mount-buildkite-agent: true - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 12 + timeout_in_minutes: 15 - label: "end-to-end test (parallel)" command: "ci/scripts/e2e-test-parallel.sh -p ci-dev"