roll: pigweed, pw_toolchain: pw_transfer: Use initial timeout when resending start chunks A start chunk may timeout the initial timeout, but when it is resent after that timeout, we use the typical chunk timeout. If that chunk was dropped and the transfer not started on the server side, the initial needs to be used again. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/226452 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: cbd04b9968e997f..cb0686574d879d8 Roller-URL: https://ci.chromium.org/b/8740960585325158577 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I99b4c60f5b68be4d05543a08d7a1bfc840c2e142 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/226493 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE index 7b52fa4..ccf00f4 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -84,8 +84,8 @@ name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740960983277316065. - commit = "cbd04b9968e997ff3a94135e76e212cd34e2f9a0", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740960585325158577. + commit = "cb0686574d879d81d5a23fecbc5dcfe53472fd99", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) @@ -93,8 +93,8 @@ name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740960983277316065. - commit = "cbd04b9968e997ff3a94135e76e212cd34e2f9a0", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740960585325158577. + commit = "cb0686574d879d81d5a23fecbc5dcfe53472fd99", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )