From 1293fdad74178465c8876cbf945a155d722a751d Mon Sep 17 00:00:00 2001 From: xxchan Date: Thu, 6 Apr 2023 13:40:34 +0200 Subject: [PATCH] ci: increase timeout for e2e java-binding test (#9032) --- 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 24d500ade27da..7f0dbce9b15fe 100644 --- a/ci/workflows/pull-request.yml +++ b/ci/workflows/pull-request.yml @@ -180,7 +180,7 @@ steps: config: ci/docker-compose.yml mount-buildkite-agent: true - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 6 + timeout_in_minutes: 7 - label: "regress test" command: "ci/scripts/regress-test.sh -p ci-dev"