Skip to content

Commit

Permalink
Increase API Wait time to 7.5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gleichda committed May 12, 2022
1 parent 4ab238e commit 0d6bc27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
waitFor:
- prepare
name: 'alpine:latest'
args: ['sleep', '300']
args: ['echo', '"waiting $_API_ACTIVATION_SECONDS_WAIT seconds for API activation"', '&&', 'sleep', '$_API_ACTIVATION_SECONDS_WAIT']

- id: init-all
waitFor:
Expand Down Expand Up @@ -192,3 +192,4 @@ tags:
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.3'
_API_ACTIVATION_SECONDS_WAIT: '450'

0 comments on commit 0d6bc27

Please sign in to comment.