[Bf-blender-cvs] [1fbca076341] master: Buildbot: Increaser codesign timelimit

Sergey Sharybin noreply at git.blender.org
Tue Nov 26 10:09:34 CET 2019


Commit: 1fbca076341919826bf70f7f1a11752223c75c85
Author: Sergey Sharybin
Date:   Tue Nov 26 10:08:33 2019 +0100
Branches: master
https://developer.blender.org/rB1fbca076341919826bf70f7f1a11752223c75c85

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.

===================================================================

M	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 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.
 #



More information about the Bf-blender-cvs mailing list