fix(edges): increase timeout for meshtelemetry API calls (#2798)

This commit is contained in:
Douglas Reid 2020-04-09 17:17:53 -07:00 committed by GitHub
parent ab00158a8f
commit 1b807002d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ using Envoy::Extensions::Common::Wasm::Null::Plugin::StringView;
constexpr char kMeshEdgesService[] =
"google.cloud.meshtelemetry.v1alpha1.MeshEdgesService";
constexpr char kReportTrafficAssertions[] = "ReportTrafficAssertions";
constexpr int kDefaultTimeoutMillisecond = 10000; // 10 seconds
constexpr int kDefaultTimeoutMillisecond = 60000; // 60 seconds
namespace Extensions {
namespace Stackdriver {