From a7fa903e9f6c8e68133dc18d96b07dacb92bf310 Mon Sep 17 00:00:00 2001 From: Aris Ongaro Date: Thu, 9 Jun 2022 20:08:42 +0200 Subject: [PATCH] fix: remove SVN connection timeout --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12e3a219..3ad486fc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,10 @@ jobs: run: | composer install --no-dev --prefer-dist -o + - name: Remove SVN timeout + run: | + sudo echo "http-timeout = 0" >> /etc/subversion/servers + - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@develop env: