Skip to content

Commit

Permalink
Recude timeout of sanity test to 15s so we fail earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
pallxk committed Jan 13, 2020
1 parent 0cd1b2e commit 12f9744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
- name: Test connectivity locally
wait_for:
port: "{{ code_server_port }}"
timeout: 15

- name: Test connectivity remotely
wait_for:
host: "{{ inventory_hostname }}"
port: "{{ code_server_port }}"
timeout: 15
delegate_to: localhost
ignore_errors: yes

0 comments on commit 12f9744

Please sign in to comment.