From a944e372439bf8290ca7fadeb3762eaf83bcb976 Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:16:15 +0530 Subject: [PATCH] Increase timeouts for sqlserver test container --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0601f0063..6e1b221e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -187,10 +187,10 @@ jobs: - 9930:1433 options: >- --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1" - --health-start-period 10s - --health-interval 10s - --health-timeout 5s - --health-retries 10 + --health-start-period 20s + --health-interval 15s + --health-timeout 20s + --health-retries 15 steps: - name: Set up Go 1.x