Skip to content

Commit

Permalink
Sync code can be very slow; wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 27, 2024
1 parent 6545e1d commit 94d7892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- run:
name: site install
command: |
terminus build:workflow:wait ${TERMINUS_SITE}.${CIRCLE_BUILD_NUM}
terminus build:workflow:wait ${TERMINUS_SITE}.${CIRCLE_BUILD_NUM} --max=300
terminus connection:set ${TERMINUS_SITE}.${CIRCLE_BUILD_NUM} sftp
terminus env:wake ${TERMINUS_SITE}.${CIRCLE_BUILD_NUM}
terminus drush ${TERMINUS_SITE}.${CIRCLE_BUILD_NUM} -- site-install -y
Expand Down

0 comments on commit 94d7892

Please sign in to comment.