From 3d035d2431ff034a6584ad260a17e076bc00ecc5 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 16 Sep 2024 22:17:11 +0200 Subject: [PATCH] increase timeout time Signed-off-by: Peter Siegmund --- .github/workflows/deploy-hetzner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-hetzner.yaml b/.github/workflows/deploy-hetzner.yaml index 710bd1a..9f02579 100644 --- a/.github/workflows/deploy-hetzner.yaml +++ b/.github/workflows/deploy-hetzner.yaml @@ -31,7 +31,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Push to dokku - timeout-minutes: 15 + timeout-minutes: 20 uses: dokku/github-action@master with: branch: main