We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4afac3 commit 9bf2e8cCopy full SHA for 9bf2e8c
ci/workflows/main.yml
@@ -228,15 +228,15 @@ steps:
228
retry: *auto-retry
229
230
- label: "scaling test (deterministic simulation)"
231
- command: "TEST_NUM=30 timeout 25m ci/scripts/deterministic-scale-test.sh"
+ command: "TEST_NUM=30 timeout 40m ci/scripts/deterministic-scale-test.sh"
232
depends_on: "build-simulation"
233
plugins:
234
- gencer/cache#v2.4.10: *cargo-cache
235
- docker-compose#v4.9.0:
236
run: rw-build-env
237
config: ci/docker-compose.yml
238
mount-buildkite-agent: true
239
- timeout_in_minutes: 25
+ timeout_in_minutes: 40 # TODO: split into multiple jobs
240
241
242
- label: "end-to-end test (deterministic simulation)"
0 commit comments