aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2021-01-30 01:25:45 +0100
committerGitHub <noreply@github.com>2021-01-30 01:25:45 +0100
commitf89f8491bc8becbf75a4121419db23744ac3ad63 (patch)
tree0425e01aac4d414a0cf3a8e745f88ce1b706b60b /.github
parent306d6a55f0f82732e19cd72a7e1570dda2cc7d29 (diff)
parentf13ba4771bd3ab6780bd40078f67b3717736194b (diff)
downloadGT5-Unofficial-f89f8491bc8becbf75a4121419db23744ac3ad63.tar.gz
GT5-Unofficial-f89f8491bc8becbf75a4121419db23744ac3ad63.tar.bz2
GT5-Unofficial-f89f8491bc8becbf75a4121419db23744ac3ad63.zip
Merge pull request #2 from bartimaeusnek/master
sync Former-commit-id: a75efdb8d833a45ced59e77a4f830b3e8f7dd325
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gradle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 58e1c59ce1..3af6a933ed 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -23,4 +23,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
- run: ./gradlew build
+ run: ./gradlew build -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.internal.http.connectionTimeout=60000