Commit bc2c5ff
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
0 commit comments