Skip to content

Commit

Permalink
Double database cluster timeout (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Sep 25, 2023
1 parent 09f5d20 commit 0924b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/66-database-cluster-timeout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- database_cluster - double C(database_cluster) integration testing timeout (https://github.com/digitalocean/ansible-collection/issues/66).
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
engine: "{{ engine }}"
size: "{{ size }}"
num_nodes: "{{ num_nodes }}"
timeout: 600
register: result

- name: 01_create_delete_redis | Verify create database cluster
Expand Down

0 comments on commit 0924b36

Please sign in to comment.