We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f5879 + 78fcf9b commit 2ab8edfCopy full SHA for 2ab8edf
.github/workflows/beam_Release_NightlySnapshot.yml
@@ -79,4 +79,6 @@ jobs:
79
run: |
80
./gradlew publish --max-workers=8 -Ppublishing -PskipCheckerFramework \
81
--continue -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g \
82
- -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses
+ -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses \
83
+ -Dorg.gradle.internal.http.connectionTimeout=60000 \
84
+ -Dorg.gradle.internal.http.socketTimeout=120000
0 commit comments