Skip to content

Commit 7b16309

Browse files
chore(python): remove configure_previous_major_version_branches (googleapis#3830)
* chore(python): remove configure_previous_major_version_branches chore(python): remove configure_previous_major_version_branches from python post processor Source-Link: googleapis/synthtool@6702a34 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321 * chore: increase test timeout duration --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Santiago Quiroga <[email protected]> Co-authored-by: Santiago Quiroga <[email protected]>
1 parent 55171de commit 7b16309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2
17-
# created: 2025-10-03T19:51:38.870830821Z
16+
digest: sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321
17+
# created: 2025-11-03T16:03:37.116278509Z

system-test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
6969
});
7070
const vms = result.data;
7171
assert.strictEqual(typeof vms.kind, 'string');
72-
}).timeout(10000);
72+
}).timeout(20000);
7373
});
7474
});

0 commit comments

Comments
 (0)