diff options
Diffstat (limited to 'taskcluster/docker/updatebot')
-rwxr-xr-x | taskcluster/docker/updatebot/run.py | 1 | ||||
-rw-r--r-- | taskcluster/docker/updatebot/updatebot-version.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/taskcluster/docker/updatebot/run.py b/taskcluster/docker/updatebot/run.py index ce27de1a22..5cfb1cb3a0 100755 --- a/taskcluster/docker/updatebot/run.py +++ b/taskcluster/docker/updatebot/run.py @@ -192,6 +192,7 @@ localconfig = { "General": { "env": OPERATING_MODE, "gecko-path": GECKO_DEV_PATH, + "soft_timeout": 3600, }, "Logging": { "local": True, diff --git a/taskcluster/docker/updatebot/updatebot-version.sh b/taskcluster/docker/updatebot/updatebot-version.sh index ff210045e1..ea788dd130 100644 --- a/taskcluster/docker/updatebot/updatebot-version.sh +++ b/taskcluster/docker/updatebot/updatebot-version.sh @@ -1,2 +1,2 @@ -export UPDATEBOT_REVISION=78a8ed3b827b7527fa0a4621b138a0c81f80cc87 +export UPDATEBOT_REVISION=5cf21801808c95a3948916fd03f1001d964d796a |