Skip to content

Commit

Permalink
fix: revert extension of scaling test timeout (risingwavelabs#8462)
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
  • Loading branch information
BugenZhao committed Mar 10, 2023
1 parent 8d0e869 commit eb24cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ steps:
retry: *auto-retry

- label: "scaling test (deterministic simulation)"
command: "TEST_NUM=60 timeout 110m ci/scripts/deterministic-scale-test.sh"
command: "TEST_NUM=60 timeout 70m ci/scripts/deterministic-scale-test.sh"
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 120
timeout_in_minutes: 70
retry: *auto-retry

- label: "end-to-end test (deterministic simulation)"
Expand Down
4 changes: 2 additions & 2 deletions ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ steps:
retry: *auto-retry

- label: "scaling test (deterministic simulation)"
command: "TEST_NUM=30 timeout 50m ci/scripts/deterministic-scale-test.sh"
command: "TEST_NUM=30 timeout 25m ci/scripts/deterministic-scale-test.sh"
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 55
timeout_in_minutes: 25
retry: *auto-retry

- label: "end-to-end test (deterministic simulation)"
Expand Down

0 comments on commit eb24cda

Please sign in to comment.