From b08817bd868baaaf9d3a6e825af229a029fce475 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Mon, 16 Nov 2020 15:12:05 -0500 Subject: [PATCH] chore(ci): increase Mac code signing CI limit to 45 minutes (#9217) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3986ae437c35..382b677af596 100644 --- a/circle.yml +++ b/circle.yml @@ -1048,7 +1048,7 @@ jobs: environment: DEBUG: electron-builder,electron-osx-sign* # notarization on Mac can take a while - no_output_timeout: "30m" + no_output_timeout: "45m" # if this is a forked pull request, the NEXT_DEV_VERSION environment variable # won't be set and we will use default version, since we are not going to # upload the dev binary build anywhere