Skip to content

Commit de9cd42

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: changing create_featurestore_sample.py and delete_featurestore_sample.py timeout from 5 minutes to 20 minutes according to b/268228391.
PiperOrigin-RevId: 513929063
1 parent ba6269a commit de9cd42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/feature_store_service/create_featurestore_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def create_featurestore_sample(
2626
fixed_node_count: int = 1,
2727
location: str = "us-central1",
2828
api_endpoint: str = "us-central1-aiplatform.googleapis.com",
29-
timeout: int = 300,
29+
timeout: int = 1200,
3030
):
3131
# The AI Platform services require regional API endpoints, which need to be
3232
# in the same region or multi-region overlap with the Feature Store location.

samples/snippets/feature_store_service/delete_featurestore_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def delete_featurestore_sample(
2525
featurestore_id: str,
2626
location: str = "us-central1",
2727
api_endpoint: str = "us-central1-aiplatform.googleapis.com",
28-
timeout: int = 300,
28+
timeout: int = 1200,
2929
):
3030
# The AI Platform services require regional API endpoints, which need to be
3131
# in the same region or multi-region overlap with the Feature Store location.

0 commit comments

Comments
 (0)