← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/lpbuildbot/reduce-timeout into lp:lpbuildbot

 

Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/reduce-timeout into lp:lpbuildbot.

Commit message:
Reduce test timeout to two hours.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/reduce-timeout/+merge/394746

Successful runs typically take around 75 minutes at the moment, and never close to two hours.  Reduce the timeout so that if a run gets stuck then we don't have to wait as long for buildbot to clean it up automatically.

(This does mean that local deployments on slower hardware may need to tweak this.)
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/reduce-timeout into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2020-10-09 10:44:56 +0000
+++ master.cfg	2020-12-02 12:06:17 +0000
@@ -137,7 +137,7 @@
     addEnvironmentPrepSteps(f, tree, container, variables=variables)
     f.addStep(
         lpbuildbot.test.Test(
-            timeout=6*60*60,
+            timeout=2*60*60,
             env={
                 'TEMP': "{}/devel/temp".format(tree),
                 'LP_LXD_CONTAINER': container,


Follow ups