Skip to content

Commit d0f309d

Browse files
increase retries on sorbetctl command
Issue: ZENKO-5203
1 parent e493b0f commit d0f309d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ctst/steps/azureArchive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ 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 \
365365
--limit 10000 \
366+
--max-tries-per-object-version 20 \
366367
--kafka-dead-letter-topic=${this.parameters.KafkaDeadLetterQueueTopic} \
367368
--kafka-object-task-topic=${this.parameters.KafkaObjectTaskTopic} \
368369
--kafka-gc-request-topic=${this.parameters.KafkaGCRequestTopic} \

0 commit comments

Comments
 (0)