From 8f981f3cdc9004b62ca2eb2442dbe07d1d034985 Mon Sep 17 00:00:00 2001 From: xiangjinwu <17769960+xiangjinwu@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:48:23 +0800 Subject: [PATCH] revert(ci): e2e timeout 15 -> 17 (#12985) --- ci/workflows/pull-request.yml | 2 +- e2e_test/batch/catalog/pg_size.slt.part | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/workflows/pull-request.yml b/ci/workflows/pull-request.yml index 0008f2cf0bb7c..985bd0be4b822 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: 17 + timeout_in_minutes: 15 retry: *auto-retry - label: "end-to-end test (parallel)" diff --git a/e2e_test/batch/catalog/pg_size.slt.part b/e2e_test/batch/catalog/pg_size.slt.part index 2dab96a689642..c274b7f297ee3 100644 --- a/e2e_test/batch/catalog/pg_size.slt.part +++ b/e2e_test/batch/catalog/pg_size.slt.part @@ -4,7 +4,7 @@ create table t (v1 int); statement ok insert into t values (3); -sleep 30s +sleep 3s skipif in-memory query T @@ -52,7 +52,7 @@ t statement ok create index t_idx on t (v1); -sleep 10s +sleep 3s skipif in-memory query T