Sync timeout in grpc config back to 10s for tasks API with github googelapis gapic config.
PiperOrigin-RevId: 287207067
This commit is contained in:
parent
49dd7d856a
commit
fd3091fbe9
|
|
@ -35,7 +35,7 @@
|
|||
"method": "DeleteTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s",
|
||||
"timeout": "10s",
|
||||
"retryPolicy": {
|
||||
"initialBackoff": "0.100s",
|
||||
"maxBackoff": "10s",
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"method": "RunTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s"
|
||||
"timeout": "10s"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"method": "DeleteTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s",
|
||||
"timeout": "10s",
|
||||
"retryPolicy": {
|
||||
"initialBackoff": "0.100s",
|
||||
"maxBackoff": "10s",
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
"method": "RunTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s"
|
||||
"timeout": "10s"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"method": "RunTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s"
|
||||
"timeout": "10s"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"method": "DeleteTask"
|
||||
}
|
||||
],
|
||||
"timeout": "25s",
|
||||
"timeout": "10s",
|
||||
"retryPolicy": {
|
||||
"initialBackoff": "0.100s",
|
||||
"maxBackoff": "10s",
|
||||
|
|
|
|||
Loading…
Reference in New Issue