From 0293cf6377faec56e0b1901d702e4d3445f813a5 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Fri, 29 Jul 2022 19:08:44 -0500 Subject: [PATCH] update action --- .github/workflows/stack-healthcheck.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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