Skip to content

Commit

Permalink
fix: change timeout settings for SearchJobsForAlert
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 528815611

Source-Link: googleapis/googleapis@b473ccc

Source-Link: googleapis/googleapis-gen@4efc7a2
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuVGFsZW50LlY0Ly5Pd2xCb3QueWFtbCIsImgiOiI0ZWZjN2EyMjIwOGQ3NWQwNjM0Y2IwNDYxNDkwOTU0ZGQ2OWZjNmRmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed May 2, 2023
1 parent 5a7bb1c commit 91e9f13
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -262,10 +262,10 @@ private JobServiceSettings(JobServiceSettings existing) : base(existing)
/// <remarks>
/// <list type="bullet">
/// <item><description>This call will not be retried.</description></item>
/// <item><description>Timeout: 30 seconds.</description></item>
/// <item><description>No timeout is applied.</description></item>
/// </list>
/// </remarks>
public gaxgrpc::CallSettings SearchJobsForAlertSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(30000)));
public gaxgrpc::CallSettings SearchJobsForAlertSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);

/// <summary>Creates a deep clone of this object, with all the same property values.</summary>
/// <returns>A deep clone of this <see cref="JobServiceSettings"/> object.</returns>
Expand Down

0 comments on commit 91e9f13

Please sign in to comment.