diff --git a/ci/workflows/main-cron.yml b/ci/workflows/main-cron.yml index c4469346690a8..327a73ba0ebad 100644 --- a/ci/workflows/main-cron.yml +++ b/ci/workflows/main-cron.yml @@ -358,7 +358,7 @@ steps: - label: "recovery test (madsim)" key: "recovery-test-deterministic" - command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.0 timeout 55m ci/scripts/deterministic-recovery-test.sh" + command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.0 timeout 65m ci/scripts/deterministic-recovery-test.sh" if: | !(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null || build.pull_request.labels includes "ci/run-recovery-test-deterministic-simulation" @@ -371,13 +371,13 @@ steps: mount-buildkite-agent: true # Only upload zipped files, otherwise the logs is too much. - ./ci/plugins/upload-failure-logs-zipped - timeout_in_minutes: 60 + timeout_in_minutes: 70 retry: *auto-retry # Ddl statements will randomly run with background_ddl. - label: "background_ddl, arrangement_backfill recovery test (madsim)" key: "background-ddl-arrangement-backfill-recovery-test-deterministic" - command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.8 USE_ARRANGEMENT_BACKFILL=--use-arrangement-backfill timeout 55m ci/scripts/deterministic-recovery-test.sh" + command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.8 USE_ARRANGEMENT_BACKFILL=--use-arrangement-backfill timeout 65m ci/scripts/deterministic-recovery-test.sh" if: | !(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null || build.pull_request.labels includes "ci/run-recovery-test-deterministic-simulation" @@ -390,13 +390,13 @@ steps: mount-buildkite-agent: true # Only upload zipped files, otherwise the logs is too much. - ./ci/plugins/upload-failure-logs-zipped - timeout_in_minutes: 60 + timeout_in_minutes: 70 retry: *auto-retry # Ddl statements will randomly run with background_ddl. - label: "background_ddl recovery test (madsim)" key: "background-ddl-recovery-test-deterministic" - command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.8 timeout 60m ci/scripts/deterministic-recovery-test.sh" + command: "TEST_NUM=12 KILL_RATE=1.0 BACKGROUND_DDL_RATE=0.8 timeout 65m ci/scripts/deterministic-recovery-test.sh" if: | !(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null || build.pull_request.labels includes "ci/run-recovery-test-deterministic-simulation" @@ -409,7 +409,7 @@ steps: mount-buildkite-agent: true # Only upload zipped files, otherwise the logs is too much. - ./ci/plugins/upload-failure-logs-zipped - timeout_in_minutes: 65 + timeout_in_minutes: 70 retry: *auto-retry - label: "end-to-end iceberg sink test (release)"