Skip to content

Commit

Permalink
Increased Scheduled Backups test cleanup timeout
Browse files Browse the repository at this point in the history
Currently the scheduled backups test times out causing a test failure, simply because it take a bit longer to remove the backup objects.

Signed-off-by: Itay Grudev <itay@verito.digital>
  • Loading branch information
itay-grudev authored Feb 4, 2025
1 parent b7fe14f commit 9e7477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/test/scheduledbackups/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
timeouts:
apply: 1s
assert: 1m
cleanup: 1m
cleanup: 2m
steps:
- name: Install the a cluster with ScheduledBackups
try:
Expand Down

0 comments on commit 9e7477f

Please sign in to comment.