Skip to content

Commit bc2c5ff

Browse files
cursoragentManjotS
andcommitted
ansible-scylla-node: increase API port wait timeout to reduce CI flakiness
The 'wait for the API port to come up on all nodes' task used a hardcoded 300s timeout. Under loaded CI runners (multiple docker containers competing for resources) the scylla-server API can take longer than 300s to come up even though the CQL port is already responding, causing intermittent molecule build failures on rockylinux9/rockylinux10 (e.g. PR #531) unrelated to the code under test. Bump the timeout to 600s. Co-authored-by: Manjot Singh <ManjotS@users.noreply.github.com>
1 parent 12afb63 commit bc2c5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible-scylla-node/tasks/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
wait_for:
353353
port: "{{ scylla_api_port }}"
354354
host: "{{ scylla_api_address }}"
355-
timeout: 300
355+
timeout: 600
356356

357357
- name: wait for the cluster to become healthy
358358
shell:

0 commit comments

Comments
 (0)