Skip to content

Commit

Permalink
fix: Increase scale test timeout (#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored and stdrc committed Mar 8, 2023
1 parent 6bdbe40 commit 4ba9984
Showing 1 changed file with 2 additions and 2 deletions.
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 30m ci/scripts/deterministic-scale-test.sh"
command: "TEST_NUM=30 timeout 50m 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: 35
timeout_in_minutes: 55
retry: *auto-retry

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

0 comments on commit 4ba9984

Please sign in to comment.