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>2019-11-26 12:08:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-11-26 12:08:33 +0300
commit1fbca076341919826bf70f7f1a11752223c75c85 (patch)
tree9e85f63a317222fa7c0edfb6efcfac55b2b97da9
parent75e85f1c9f1e83e3be016d3c8d8748d88e4942c4 (diff)
Buildbot: Increaser codesign timelimit
It was possible that it would exceed when signing all the DLLs if the machine is busy with some background tasks or when internet is slow.
-rw-r--r--build_files/buildbot/codesign/config_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/codesign/config_common.py b/build_files/buildbot/codesign/config_common.py
index 4de71f54c7a..3710286c777 100644
--- a/build_files/buildbot/codesign/config_common.py
+++ b/build_files/buildbot/codesign/config_common.py
@@ -24,7 +24,7 @@ from pathlib import Path
#
# This is how long buildbot packing step will wait signing server to
# perform signing.
-TIMEOUT_IN_SECONDS = 120
+TIMEOUT_IN_SECONDS = 240
# Directory which is shared across buildbot worker and signing server.
#