diff --git a/.github/workflows/scylla.yml b/.github/workflows/scylla.yml index 1aeb71c..55eac41 100644 --- a/.github/workflows/scylla.yml +++ b/.github/workflows/scylla.yml @@ -19,7 +19,7 @@ jobs: ports: - 9042:9042 - 19042:19042 - options: --health-cmd "cqlsh --debug" --health-interval 5s --health-retries 10 + options: --health-cmd "cqlsh --debug" --health-interval 5s --health-retries 20 volumes: - ${{ github.workspace }}:/workspace steps: