Skip to content

Commit 02f1184

Browse files
Google APIscopybara-github
authored andcommitted
fix: Increase method timeout to 240s for BigQuery Metastore Partition Service API version v1alpha
PiperOrigin-RevId: 676173688
1 parent de3b4b3 commit 02f1184

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/bigquery/storage/v1alpha/bigquerystorage_v1alpha_grpc_service_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"method": "ListMetastorePartitions"
2020
}
2121
],
22-
"timeout": "120s",
22+
"timeout": "240s",
2323
"retryPolicy": {
2424
"initialBackoff": "0.100s",
2525
"maxBackoff": "60s",
@@ -36,7 +36,7 @@
3636
"method": "StreamMetastorePartitions"
3737
}
3838
],
39-
"timeout": "120s"
39+
"timeout": "240s"
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)