From 94bf5ab060a95acaf10f43fca8d42793f3b85dcd Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 1 Sep 2020 12:51:06 -0700 Subject: [PATCH] ci(publish): increase timeout (#4246) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e783615..1848d70f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,3 +64,5 @@ jobs: CHANNEL_ID: ${{secrets.CHANNEL_ID}} PUBLISH_COMMAND: "yarn\npublish:ci" CODE_PATTERN: 'Enter OTP' + # 40 minutes for the entire command, 20 minutes for waiting for 2FA + TIMEOUT: '2400000'