We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bae79 commit b9c29e8Copy full SHA for b9c29e8
1 file changed
tests/ctst/steps/azureArchive.ts
@@ -362,7 +362,7 @@ Then('the storage class of object {string} must stay {string} for {int} seconds'
362
When('i run sorbetctl to retry failed restore for {string} location',
363
{ timeout: 10 * 60 * 1000 }, async function (this: Zenko, location: string) {
364
const command = `/ctst/sorbetctl forward list failed --trigger-retry --skip-invalid \
365
- --limit 10000 \
+ --limit 300 \
366
--kafka-dead-letter-topic=${this.parameters.KafkaDeadLetterQueueTopic} \
367
--kafka-object-task-topic=${this.parameters.KafkaObjectTaskTopic} \
368
--kafka-gc-request-topic=${this.parameters.KafkaGCRequestTopic} \
0 commit comments