From 2e8c276ac4f2924f163203451d67695b4832c689 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Wed, 15 Oct 2025 09:34:02 +0100 Subject: [PATCH] Bump Build Scan Summary to 1.0.6 --- build.gradle.kts | 2 +- components/scripts/lib/build-scan-online.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1fdd5178..a27b5c74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ repositories { val isDevelopmentRelease = !hasProperty("finalRelease") val releaseVersion = releaseVersion() val releaseNotes = releaseNotes() -val buildScanSummaryVersion = "1.0.5-2024.1" +val buildScanSummaryVersion = "1.0.6-2024.1" allprojects { version = releaseVersion.get() diff --git a/components/scripts/lib/build-scan-online.sh b/components/scripts/lib/build-scan-online.sh index 7b1e424c..38d13f30 100644 --- a/components/scripts/lib/build-scan-online.sh +++ b/components/scripts/lib/build-scan-online.sh @@ -103,7 +103,7 @@ fetch_build_scan_data() { fi if [[ "${fail_if_not_fully_cacheable}" == "on" ]]; then - args+=("--build-scan-availability-wait-timeout" "60") + args+=("--max-total-wait-time" "120") fi if [[ -n "${run_id}" ]]; then