From 04d880a342548c840cac2c249b78eaca094ba175 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 3 Nov 2025 16:08:21 +0000 Subject: [PATCH 1/2] chore(python): remove configure_previous_major_version_branches chore(python): remove configure_previous_major_version_branches from python post processor Source-Link: https://github.com/googleapis/synthtool/commit/6702a344265de050bceaff45d62358bb0023ba7d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321 --- .github/.OwlBot.lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 0bb507a615d..35d770e2155 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2 -# created: 2025-10-03T19:51:38.870830821Z + digest: sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321 +# created: 2025-11-03T16:03:37.116278509Z From 832827aefa47a5703c91c05226870a871cacd39f Mon Sep 17 00:00:00 2001 From: Santiago Quiroga Date: Thu, 13 Nov 2025 14:11:48 -0800 Subject: [PATCH 2/2] chore: increase test timeout duration --- system-test/auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/auth.test.ts b/system-test/auth.test.ts index aacb2fe977f..276d1758586 100644 --- a/system-test/auth.test.ts +++ b/system-test/auth.test.ts @@ -69,6 +69,6 @@ describe('google.auth', async () => { }); const vms = result.data; assert.strictEqual(typeof vms.kind, 'string'); - }).timeout(10000); + }).timeout(20000); }); });