allow more time for ntp server to respond

This commit is contained in:
renaud gaudin 2021-02-16 12:18:09 +00:00
parent 60f3efb5d7
commit 0de55705cf
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ jobs:
rm $CERTIFICATE
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain
security find-identity -v
sudo sntp -sS time.apple.com
sudo sntp -sS time.apple.com -t 60
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
- name: Ensure base deps
shell: bash