From 1fbca076341919826bf70f7f1a11752223c75c85 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 26 Nov 2019 10:08:33 +0100 Subject: 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. --- build_files/buildbot/codesign/config_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/buildbot') 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. # -- cgit v1.2.3