Skip to content

Commit

Permalink
fix: [talent] change timeout settings for SearchJobsForAlert (#4227)
Browse files Browse the repository at this point in the history
* fix: change timeout settings for SearchJobsForAlert

PiperOrigin-RevId: 528815611

Source-Link: googleapis/googleapis@b473ccc

Source-Link: googleapis/googleapis-gen@4efc7a2
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRhbGVudC8uT3dsQm90LnlhbWwiLCJoIjoiNGVmYzdhMjIyMDhkNzVkMDYzNGNiMDQ2MTQ5MDk1NGRkNjlmYzZkZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed May 3, 2023
1 parent 5367d25 commit cfaa053
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-talent",
"version": "5.1.1",
"version": "5.1.2",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-talent",
"version": "5.1.1",
"version": "5.1.2",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"retry_params_name": "default"
},
"SearchJobsForAlert": {
"timeout_millis": 30000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
}
Expand Down

0 comments on commit cfaa053

Please sign in to comment.