testing_grpc_service_config.json 378 B

123456789101112131415161718
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.devtools.testing.v1.ApplicationDetailService"
  7. },
  8. {
  9. "service": "google.devtools.testing.v1.TestEnvironmentDiscoveryService"
  10. },
  11. {
  12. "service": "google.devtools.testing.v1.TestExecutionService"
  13. }
  14. ],
  15. "timeout": "60s"
  16. }
  17. ]
  18. }