From 39ebaafe6b537f08c9bd1983e84e0d2d6e27aa4e Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:11:13 +0800 Subject: [PATCH] chore(ci): bump timeouts for bulid-release and unit test and e2e-sink-test (#12248) --- ci/workflows/main-cron.yml | 4 ++-- ci/workflows/pull-request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/workflows/main-cron.yml b/ci/workflows/main-cron.yml index fcb84824b2cf7..1be478a3c21b4 100644 --- a/ci/workflows/main-cron.yml +++ b/ci/workflows/main-cron.yml @@ -13,7 +13,7 @@ steps: run: rw-build-env config: ci/docker-compose.yml mount-buildkite-agent: true - timeout_in_minutes: 20 + timeout_in_minutes: 25 retry: *auto-retry - label: "build other components" @@ -159,7 +159,7 @@ steps: config: ci/docker-compose.yml environment: - CODECOV_TOKEN - timeout_in_minutes: 17 + timeout_in_minutes: 20 retry: *auto-retry - label: "unit test (deterministic simulation)" diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index c93682fd64219..1ae02ba16c295 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -147,7 +147,7 @@ steps: config: ci/docker-compose.yml mount-buildkite-agent: true - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 18 + timeout_in_minutes: 20 cancel_on_build_failing: true retry: *auto-retry @@ -258,7 +258,7 @@ steps: config: ci/docker-compose.yml environment: - CODECOV_TOKEN - timeout_in_minutes: 16 + timeout_in_minutes: 18 retry: *auto-retry - label: "check"