Skip to content

Commit

Permalink
increase wait time for CQL port to 120 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 8, 2020
1 parent 7559897 commit 3462dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
url: '{{ cassandra_tarball_url }}'
dest: '/tmp/{{ cassandra_tarball_file }}'
checksum: 'sha256:{{ cassandra_tarball_sha256 }}'
mode: 0644

- name: Create Service User
user:
Expand Down
2 changes: 1 addition & 1 deletion tasks/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
host: '{{ cassandra_listen_address }}'
connect_timeout: 3
delay: 3
timeout: 60
timeout: 120

0 comments on commit 3462dc5

Please sign in to comment.