We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98c8a commit 440460dCopy full SHA for 440460d
sdk/python/tests/test_feature_store.py
@@ -50,7 +50,7 @@ def feature_store_with_gcs_registry(self):
50
from google.cloud import storage
51
52
storage_client = storage.Client()
53
- bucket_name = f"feast-registry-test-{int(time.time())}"
+ bucket_name = f"feast-registry-test-{int(time.time() * 1000)}"
54
bucket = storage_client.bucket(bucket_name)
55
bucket = storage_client.create_bucket(bucket)
56
bucket.add_lifecycle_delete_rule(
0 commit comments