File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ steps:
130
130
retry : *auto-retry
131
131
132
132
- label : " scaling test (deterministic simulation)"
133
- command : " TEST_NUM=60 timeout 110m ci/scripts/deterministic-scale-test.sh"
133
+ command : " TEST_NUM=60 timeout 70m ci/scripts/deterministic-scale-test.sh"
134
134
depends_on : " build-simulation"
135
135
plugins :
136
136
- gencer/cache#v2.4.10: *cargo-cache
137
137
- docker-compose#v4.9.0:
138
138
run : rw-build-env
139
139
config : ci/docker-compose.yml
140
140
mount-buildkite-agent : true
141
- timeout_in_minutes : 120
141
+ timeout_in_minutes : 70
142
142
retry : *auto-retry
143
143
144
144
- label : " end-to-end test (deterministic simulation)"
Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ steps:
228
228
retry : *auto-retry
229
229
230
230
- label : " scaling test (deterministic simulation)"
231
- command : " TEST_NUM=30 timeout 50m ci/scripts/deterministic-scale-test.sh"
231
+ command : " TEST_NUM=30 timeout 25m ci/scripts/deterministic-scale-test.sh"
232
232
depends_on : " build-simulation"
233
233
plugins :
234
234
- gencer/cache#v2.4.10: *cargo-cache
235
235
- docker-compose#v4.9.0:
236
236
run : rw-build-env
237
237
config : ci/docker-compose.yml
238
238
mount-buildkite-agent : true
239
- timeout_in_minutes : 55
239
+ timeout_in_minutes : 25
240
240
retry : *auto-retry
241
241
242
242
- label : " end-to-end test (deterministic simulation)"
You can’t perform that action at this time.
0 commit comments