From 9bf2e8c96fb47ef08c12d42a73bf121ec52e5a7a Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Tue, 14 Mar 2023 14:47:15 +0800 Subject: [PATCH] fix(ci): increase scaling test timeout for nexmark recovery test (#8526) Signed-off-by: Bugen Zhao --- ci/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/workflows/main.yml b/ci/workflows/main.yml index 279f7772e80a..92906e25df9c 100644 --- a/ci/workflows/main.yml +++ b/ci/workflows/main.yml @@ -228,7 +228,7 @@ steps: retry: *auto-retry - label: "scaling test (deterministic simulation)" - command: "TEST_NUM=30 timeout 25m ci/scripts/deterministic-scale-test.sh" + command: "TEST_NUM=30 timeout 40m ci/scripts/deterministic-scale-test.sh" depends_on: "build-simulation" plugins: - gencer/cache#v2.4.10: *cargo-cache @@ -236,7 +236,7 @@ steps: run: rw-build-env config: ci/docker-compose.yml mount-buildkite-agent: true - timeout_in_minutes: 25 + timeout_in_minutes: 40 # TODO: split into multiple jobs retry: *auto-retry - label: "end-to-end test (deterministic simulation)"