From 3125cfceec35ef14374ae98f9a400e7a678287a2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Feb 2020 17:03:51 +0100 Subject: Codesign: Add codesign for macOS worker Works similarly to Windows configuration where buildbot worker and codesign machines are communicating with each other using network drive. --- build_files/buildbot/codesign/config_common.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build_files/buildbot/codesign/config_common.py') diff --git a/build_files/buildbot/codesign/config_common.py b/build_files/buildbot/codesign/config_common.py index 3710286c777..a37bc731dc0 100644 --- a/build_files/buildbot/codesign/config_common.py +++ b/build_files/buildbot/codesign/config_common.py @@ -24,7 +24,10 @@ from pathlib import Path # # This is how long buildbot packing step will wait signing server to # perform signing. -TIMEOUT_IN_SECONDS = 240 +# +# NOTE: Notarization could take a long time, hence the rather high value +# here. Might consider using different timeout for different platforms. +TIMEOUT_IN_SECONDS = 45 * 60 * 60 # Directory which is shared across buildbot worker and signing server. # -- cgit v1.2.3