From 02b0d2321b3c34f575df586f7cd614e28e39f63d Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Fri, 3 Nov 2023 22:10:23 +0800 Subject: [PATCH] revert timeout change --- 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 6ee13ec730921..bd71c7f7044ef 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -82,7 +82,7 @@ steps: config: ci/docker-compose.yml mount-buildkite-agent: true - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 16 + timeout_in_minutes: 15 retry: *auto-retry - label: "end-to-end test (parallel)"