Skip to content

Commit b9c29e8

Browse files
use limit 300 for sorbetctl
Issue: ZENKO-5203
1 parent 96bae79 commit b9c29e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ctst/steps/azureArchive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Then('the storage class of object {string} must stay {string} for {int} seconds'
362362
When('i run sorbetctl to retry failed restore for {string} location',
363363
{ timeout: 10 * 60 * 1000 }, async function (this: Zenko, location: string) {
364364
const command = `/ctst/sorbetctl forward list failed --trigger-retry --skip-invalid \
365-
--limit 10000 \
365+
--limit 300 \
366366
--kafka-dead-letter-topic=${this.parameters.KafkaDeadLetterQueueTopic} \
367367
--kafka-object-task-topic=${this.parameters.KafkaObjectTaskTopic} \
368368
--kafka-gc-request-topic=${this.parameters.KafkaGCRequestTopic} \

0 commit comments

Comments
 (0)