diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 3fd822c..56c6bf0 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -12,8 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy the stack - run: timeout 5 docker-compose up -d + run: timeout 120 docker-compose up -d - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ failure() }} \ No newline at end of file + uses: mxschmitt/action-tmate@v3 \ No newline at end of file