From 42501259c57527c728b62a22ab6101685f470cae Mon Sep 17 00:00:00 2001 From: Rudi Thoeni Date: Thu, 7 Dec 2023 10:24:52 +0100 Subject: [PATCH] increasing time to wait before instance start --- .github/workflows/run_calculate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_calculate.yml b/.github/workflows/run_calculate.yml index decd9646..7bba2ba1 100644 --- a/.github/workflows/run_calculate.yml +++ b/.github/workflows/run_calculate.yml @@ -73,9 +73,9 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} - # sometimes we try to log in before the OS is up, so let's wait 20 sec just to be sure + # sometimes we try to log in before the OS is up, so let's wait 60 sec just to be sure - name: Wait for system to boot - run: sleep 20 + run: sleep 60 - name: Deploy / run calculation uses: noi-techpark/github-actions/docker-deploy@v2