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.
This commit is contained in:
2019-11-26 10:08:33 +01:00
parent 75e85f1c9f
commit 1fbca07634

View File

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