We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 039061f + 2e8c276 commit 0c31368Copy full SHA for 0c31368
build.gradle.kts
@@ -59,7 +59,7 @@ repositories {
59
val isDevelopmentRelease = !hasProperty("finalRelease")
60
val releaseVersion = releaseVersion()
61
val releaseNotes = releaseNotes()
62
-val buildScanSummaryVersion = "1.0.5-2024.1"
+val buildScanSummaryVersion = "1.0.6-2024.1"
63
64
allprojects {
65
version = releaseVersion.get()
components/scripts/lib/build-scan-online.sh
@@ -103,7 +103,7 @@ fetch_build_scan_data() {
103
fi
104
105
if [[ "${fail_if_not_fully_cacheable}" == "on" ]]; then
106
- args+=("--build-scan-availability-wait-timeout" "60")
+ args+=("--max-total-wait-time" "120")
107
108
109
if [[ -n "${run_id}" ]]; then
0 commit comments