Skip to content

Commit

Permalink
Extend assert timeouts and sleep immediately after Grafana deployment…
Browse files Browse the repository at this point in the history
… creation
  • Loading branch information
Baarsgaard committed Oct 24, 2024
1 parent 546c7cf commit 1dd662a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/e2e/force_delete_folder/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: Test
metadata:
name: force-delete-folders
spec:
timeouts:
assert: 3m0s
bindings:
- name: USER
value: root
Expand All @@ -15,6 +17,10 @@ spec:
- apply:
file: ../testdata-resources.yaml

# Wait is apparently a bit aggressive and will exit early if no pods at all are found
- sleep:
duration: 5s

- wait: &forPods
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit 1dd662a

Please sign in to comment.