From e9a6f39636649dcc7254fb1379dbf1a1c68aa517 Mon Sep 17 00:00:00 2001 From: jaspervisser Date: Wed, 27 Dec 2023 15:02:23 +0100 Subject: [PATCH] Upgrade to Scylla 0.11.1 --- .github/workflows/scylla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: