Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:03:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:03:51 +0300
commit3125cfceec35ef14374ae98f9a400e7a678287a2 (patch)
tree419b2e4743c5c642186d2e2904b4c8f543894e4b /build_files/buildbot/codesign/config_common.py
parent59e1c2f6296e38ab21f2650e32089c22b80777f6 (diff)
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.
Diffstat (limited to 'build_files/buildbot/codesign/config_common.py')
-rw-r--r--build_files/buildbot/codesign/config_common.py5
1 files changed, 4 insertions, 1 deletions
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.
#