Skip to content

Commit

Permalink
PMM-12352 - tune retries
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Aug 2, 2023
1 parent f2af162 commit e07301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backup/inventory_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Scenario(
service_id: serviceId,
location_id: locationId,
cron_expression: '*/2 * * * *',
name: `schedule_for_restore_${faker.datatype.string()}}`,
name: `schedule_for_restore_${faker.lorem.word()}}`,
mode: scheduledAPI.backupModes.snapshot,
description: '',
retry_interval: '10s',
Expand Down

0 comments on commit e07301a

Please sign in to comment.