Skip to content

Commit

Permalink
Increased Scheduled Backups test cleanup timeout (#512)
Browse files Browse the repository at this point in the history
* Increased Scheduled Backups test cleanup timeout

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 <[email protected]>

* Increased timeout to 5min

Signed-off-by: Itay Grudev <[email protected]>

---------

Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev authored Feb 4, 2025
1 parent b7fe14f commit 5be3553
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: 5m
steps:
- name: Install the a cluster with ScheduledBackups
try:
Expand Down

0 comments on commit 5be3553

Please sign in to comment.