ci(publish): increase timeout (#4246)

This commit is contained in:
Erez Rokah 2020-09-01 12:51:06 -07:00 committed by GitHub
parent a80ab123dc
commit 94bf5ab060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,3 +64,5 @@ jobs:
CHANNEL_ID: ${{secrets.CHANNEL_ID}} CHANNEL_ID: ${{secrets.CHANNEL_ID}}
PUBLISH_COMMAND: "yarn\npublish:ci" PUBLISH_COMMAND: "yarn\npublish:ci"
CODE_PATTERN: 'Enter OTP' CODE_PATTERN: 'Enter OTP'
# 40 minutes for the entire command, 20 minutes for waiting for 2FA
TIMEOUT: '2400000'