File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ jobs:
200200 svn st | grep '^?' | awk '{print $2}' | xargs -r svn add
201201 svn st | grep '^!' | awk '{print $2}' | xargs -r svn rm
202202 svn commit -m "Committing version $VERSION" \
203- --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
203+ --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD" \
204+ --config-option=servers:global:http-timeout=300
204205
205206 - name : Create the SVN tag
206207 working-directory : ./trunk
@@ -254,4 +255,5 @@ jobs:
254255 - name : Add the new version directory and commit changes to the SVN repository
255256 run : |
256257 svn import "$VERSION" "$PLUGIN_REPO_URL/tags/$VERSION" -m "Committing version $VERSION" \
257- --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
258+ --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD" \
259+ --config-option=servers:global:http-timeout=300
You can’t perform that action at this time.
0 commit comments