Skip to content

Commit 9bf2e8c

Browse files
authored
fix(ci): increase scaling test timeout for nexmark recovery test (risingwavelabs#8526)
Signed-off-by: Bugen Zhao <[email protected]>
1 parent a4afac3 commit 9bf2e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@ steps:
228228
retry: *auto-retry
229229

230230
- label: "scaling test (deterministic simulation)"
231-
command: "TEST_NUM=30 timeout 25m ci/scripts/deterministic-scale-test.sh"
231+
command: "TEST_NUM=30 timeout 40m ci/scripts/deterministic-scale-test.sh"
232232
depends_on: "build-simulation"
233233
plugins:
234234
- gencer/cache#v2.4.10: *cargo-cache
235235
- docker-compose#v4.9.0:
236236
run: rw-build-env
237237
config: ci/docker-compose.yml
238238
mount-buildkite-agent: true
239-
timeout_in_minutes: 25
239+
timeout_in_minutes: 40 # TODO: split into multiple jobs
240240
retry: *auto-retry
241241

242242
- label: "end-to-end test (deterministic simulation)"

0 commit comments

Comments
 (0)