Skip to content

Commit f73defc

Browse files
authored
increasing wait time for publish to avoid races (#8950)
1 parent 989e529 commit f73defc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ steps:
105105

106106
# Wait a bit of time for npm to catch up.
107107
- name: "gcr.io/$PROJECT_ID/package-builder"
108-
args: ["sleep", "60"]
108+
args: ["sleep", "240"]
109109

110110
# Set up the hub credentials for firepit-builder.
111111
- name: "gcr.io/$PROJECT_ID/firepit-builder"

0 commit comments

Comments
 (0)