Skip to content

Commit 0c31368

Browse files
authored
Merge pull request #878 from gradle/erichaagdev/bump-bss-1.0.6
Bump Build Scan Summary to 1.0.6
2 parents 039061f + 2e8c276 commit 0c31368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959
val isDevelopmentRelease = !hasProperty("finalRelease")
6060
val releaseVersion = releaseVersion()
6161
val releaseNotes = releaseNotes()
62-
val buildScanSummaryVersion = "1.0.5-2024.1"
62+
val buildScanSummaryVersion = "1.0.6-2024.1"
6363

6464
allprojects {
6565
version = releaseVersion.get()

components/scripts/lib/build-scan-online.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fetch_build_scan_data() {
103103
fi
104104

105105
if [[ "${fail_if_not_fully_cacheable}" == "on" ]]; then
106-
args+=("--build-scan-availability-wait-timeout" "60")
106+
args+=("--max-total-wait-time" "120")
107107
fi
108108

109109
if [[ -n "${run_id}" ]]; then

0 commit comments

Comments
 (0)