From 7c3020879354bcac496fe8cc8afdce648c1eada9 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:26:04 +0800 Subject: [PATCH] chore(ci): increase pull request timeout (#15350) --- ci/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index c4255657bb532..eeef7f523f3c2 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -96,7 +96,7 @@ steps: config: ci/docker-compose.yml mount-buildkite-agent: true - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 17 + timeout_in_minutes: 18 retry: *auto-retry - label: "end-to-end test (parallel)"